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