mUPnP for C++
|
Functions | |
bool | IsAllDevice (const std::string &value) |
bool | IsRootDevice (const std::string &value) |
bool | IsUUIDDevice (const std::string &value) |
bool | IsURNDevice (const std::string &value) |
bool | IsURNService (const std::string &value) |
Variables | |
const char | ALL_DEVICE [] = "ssdp:all" |
const char | ROOT_DEVICE [] = "upnp:rootdevice" |
const char | UUID_DEVICE [] = "uuid" |
const char | URN_DEVICE [] = "urn:schemas-upnp-org:device:" |
const char | URN_SERVICE [] = "urn:schemas-upnp-org:service:" |
bool mUPnP::ST::IsAllDevice | ( | const std::string & | value | ) |
bool mUPnP::ST::IsRootDevice | ( | const std::string & | value | ) |
bool mUPnP::ST::IsURNDevice | ( | const std::string & | value | ) |
bool mUPnP::ST::IsURNService | ( | const std::string & | value | ) |
bool mUPnP::ST::IsUUIDDevice | ( | const std::string & | value | ) |
const char mUPnP::ST::ALL_DEVICE[] = "ssdp:all" |
const char mUPnP::ST::ROOT_DEVICE[] = "upnp:rootdevice" |
const char mUPnP::ST::URN_DEVICE[] = "urn:schemas-upnp-org:device:" |
const char mUPnP::ST::URN_SERVICE[] = "urn:schemas-upnp-org:service:" |
const char mUPnP::ST::UUID_DEVICE[] = "uuid" |