mUPnP for C++
|
Functions | |
const char * | toTimeoutHeaderString (long time, std::string &buf) |
long | GetTimeout (const std::string &headerValue) |
const char * | CreateSID (std::string &buf) |
const char * | toSIDHeaderString (const std::string &sid, std::string &buf) |
const char * | GetSID (const std::string &headerValue, std::string &buf) |
Variables | |
const char | XMLNS [] = "urn:schemas-upnp-org:event-1-0" |
const char | TIMEOUT_HEADER [] = "Second-" |
const char | INFINITE_STRING [] = "infinite" |
const int | INFINITE_VALUE = -1 |
const char | UUID [] = "uuid:" |
const char | SUBSCRIBE_METHOD [] = "SUBSCRIBE" |
const char | UNSUBSCRIBE_METHOD [] = "UNSUBSCRIBE" |
const char * mUPnP::Subscription::CreateSID | ( | std::string & | buf | ) |
const char * mUPnP::Subscription::GetSID | ( | const std::string & | headerValue, |
std::string & | buf ) |
long mUPnP::Subscription::GetTimeout | ( | const std::string & | headerValue | ) |
const char * mUPnP::Subscription::toSIDHeaderString | ( | const std::string & | sid, |
std::string & | buf ) |
const char * mUPnP::Subscription::toTimeoutHeaderString | ( | long | time, |
std::string & | buf ) |
const char mUPnP::Subscription::INFINITE_STRING[] = "infinite" |
const int mUPnP::Subscription::INFINITE_VALUE = -1 |
const char mUPnP::Subscription::SUBSCRIBE_METHOD[] = "SUBSCRIBE" |
const char mUPnP::Subscription::TIMEOUT_HEADER[] = "Second-" |
const char mUPnP::Subscription::UNSUBSCRIBE_METHOD[] = "UNSUBSCRIBE" |
const char mUPnP::Subscription::UUID[] = "uuid:" |
const char mUPnP::Subscription::XMLNS[] = "urn:schemas-upnp-org:event-1-0" |