mUPnP for C++
mUPnP::ST Namespace Reference

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:"
 

Function Documentation

◆ IsAllDevice()

bool mUPnP::ST::IsAllDevice ( const std::string & value)

◆ IsRootDevice()

bool mUPnP::ST::IsRootDevice ( const std::string & value)

◆ IsURNDevice()

bool mUPnP::ST::IsURNDevice ( const std::string & value)

◆ IsURNService()

bool mUPnP::ST::IsURNService ( const std::string & value)

◆ IsUUIDDevice()

bool mUPnP::ST::IsUUIDDevice ( const std::string & value)

Variable Documentation

◆ ALL_DEVICE

const char mUPnP::ST::ALL_DEVICE[] = "ssdp:all"

◆ ROOT_DEVICE

const char mUPnP::ST::ROOT_DEVICE[] = "upnp:rootdevice"

◆ URN_DEVICE

const char mUPnP::ST::URN_DEVICE[] = "urn:schemas-upnp-org:device:"

◆ URN_SERVICE

const char mUPnP::ST::URN_SERVICE[] = "urn:schemas-upnp-org:service:"

◆ UUID_DEVICE

const char mUPnP::ST::UUID_DEVICE[] = "uuid"