| 
    Arduino DLNA Server
    
   | 
 


Go to the source code of this file.
Namespaces | |
| namespace | tiny_dlna | 
Enumerations | |
| enum class | tiny_dlna::SubscriptionState { tiny_dlna::Unsubscribed , tiny_dlna::Subscribing , tiny_dlna::Subscribed , tiny_dlna::Unsubscribing } | 
| Subscription State for DLNA eventing.  More... | |
| enum class | tiny_dlna::ProtocolRole { tiny_dlna::IsSource = 0 , tiny_dlna::IsSink = 1 } | 
| Role to indicate whether a protocolInfo entry is a Source or a Sink.  More... | |
| enum class | tiny_dlna::ContentQueryType { tiny_dlna::Search , tiny_dlna::BrowseMetadata , tiny_dlna::BrowseChildren } | 
| Type of content query for DLNA browsing/searching.  More... | |