MythTV master
|
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 } |
enum UPnpCMGRConnectionStatus : std::uint8_t |
Enumerator | |
---|---|
CMGRSTATUS_Unknown | |
CMGRSTATUS_OK | |
CMGRSTATUS_ContentFormatMismatch | |
CMGRSTATUS_InsufficientBandwidth | |
CMGRSTATUS_UnreliableChannel |
Definition at line 31 of file upnpcmgr.h.
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.