MythTV  master
Classes | Enumerations
upnpcmgr.h File Reference
#include "httpserver.h"
#include "eventing.h"
Include dependency graph for upnpcmgr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UPnpCMGR
 

Enumerations

enum  UPnpCMGRMethod : std::uint8_t {
  CMGRM_Unknown = 0, CMGRM_GetServiceDescription = 1, CMGRM_GetProtocolInfo = 2, CMGRM_GetCurrentConnectionInfo = 3,
  CMGRM_GetCurrentConnectionIDs = 4, CMGRM_GetFeatureList = 5
}
 
enum  UPnpCMGRConnectionStatus : std::uint8_t {
  CMGRSTATUS_Unknown = 0, CMGRSTATUS_OK = 1, CMGRSTATUS_ContentFormatMismatch = 2, CMGRSTATUS_InsufficientBandwidth = 3,
  CMGRSTATUS_UnreliableChannel = 4
}
 

Enumeration Type Documentation

◆ UPnpCMGRMethod

enum UPnpCMGRMethod : std::uint8_t
Enumerator
CMGRM_Unknown 
CMGRM_GetServiceDescription 
CMGRM_GetProtocolInfo 
CMGRM_GetCurrentConnectionInfo 
CMGRM_GetCurrentConnectionIDs 
CMGRM_GetFeatureList 

Definition at line 19 of file upnpcmgr.h.

◆ UPnpCMGRConnectionStatus

enum UPnpCMGRConnectionStatus : std::uint8_t
Enumerator
CMGRSTATUS_Unknown 
CMGRSTATUS_OK 
CMGRSTATUS_ContentFormatMismatch 
CMGRSTATUS_InsufficientBandwidth 
CMGRSTATUS_UnreliableChannel 

Definition at line 31 of file upnpcmgr.h.