Arduino DLNA Server
Loading...
Searching...
No Matches
DLNACommon.h
Go to the documentation of this file.
1// Ensure correct Print base class from ArduinoCore-API
2#include "Print.h"
3#include "basic/NullPrint.h"
4#pragma once
5
6namespace tiny_dlna {
7
18};
19
26enum class ProtocolRole {
27 IsSource = 0,
28 IsSink = 1
29};
30
36enum class ContentQueryType {
37 Search,
40};
41
42} // namespace tiny_dlna
Definition: AllocationTracker.h:9
ProtocolRole
Role to indicate whether a protocolInfo entry is a Source or a Sink.
Definition: DLNACommon.h:26
ContentQueryType
Type of content query for DLNA browsing/searching.
Definition: DLNACommon.h:36
SubscriptionState
Subscription State for DLNA eventing.
Definition: DLNACommon.h:13