Source file for UpnpEventSubscribe methods. More...
Go to the source code of this file.
Classes | |
struct | s_UpnpEventSubscribe |
s_UpnpEventSubscribe More... | |
Source file for UpnpEventSubscribe methods.
Definition in file UpnpEventSubscribe.cpp.
struct s_UpnpEventSubscribe |
Definition at line 16 of file UpnpEventSubscribe.cpp.
Class Members | ||
---|---|---|
int | m_ErrCode | |
int | m_TimeOut | |
UpnpString * | m_SID | |
UpnpString * | m_PublisherUrl |
UpnpEventSubscribe * UpnpEventSubscribe_new | ( | void | ) |
Constructor
Definition at line 26 of file UpnpEventSubscribe.cpp.
void UpnpEventSubscribe_delete | ( | UpnpEventSubscribe * | p | ) |
Destructor
Definition at line 41 of file UpnpEventSubscribe.cpp.
int UpnpEventSubscribe_assign | ( | UpnpEventSubscribe * | p, |
const UpnpEventSubscribe * | q | ||
) |
Assignment operator
Definition at line 57 of file UpnpEventSubscribe.cpp.
UpnpEventSubscribe * UpnpEventSubscribe_dup | ( | const UpnpEventSubscribe * | p | ) |
Copy Constructor
Definition at line 74 of file UpnpEventSubscribe.cpp.
int UpnpEventSubscribe_get_ErrCode | ( | const UpnpEventSubscribe * | p | ) |
UpnpEventSubscribe_get_ErrCode
Definition at line 85 of file UpnpEventSubscribe.cpp.
int UpnpEventSubscribe_set_ErrCode | ( | UpnpEventSubscribe * | p, |
int | n | ||
) |
UpnpEventSubscribe_set_ErrCode
Definition at line 89 of file UpnpEventSubscribe.cpp.
int UpnpEventSubscribe_get_TimeOut | ( | const UpnpEventSubscribe * | p | ) |
UpnpEventSubscribe_get_TimeOut
Definition at line 95 of file UpnpEventSubscribe.cpp.
int UpnpEventSubscribe_set_TimeOut | ( | UpnpEventSubscribe * | p, |
int | n | ||
) |
UpnpEventSubscribe_set_TimeOut
Definition at line 99 of file UpnpEventSubscribe.cpp.
const UpnpString * UpnpEventSubscribe_get_SID | ( | const UpnpEventSubscribe * | p | ) |
UpnpEventSubscribe_get_SID
Definition at line 105 of file UpnpEventSubscribe.cpp.
int UpnpEventSubscribe_set_SID | ( | UpnpEventSubscribe * | p, |
const UpnpString * | s | ||
) |
UpnpEventSubscribe_set_SID
Definition at line 109 of file UpnpEventSubscribe.cpp.
size_t UpnpEventSubscribe_get_SID_Length | ( | const UpnpEventSubscribe * | p | ) |
UpnpEventSubscribe_get_SID_Length
Definition at line 115 of file UpnpEventSubscribe.cpp.
const char * UpnpEventSubscribe_get_SID_cstr | ( | const UpnpEventSubscribe * | p | ) |
UpnpEventSubscribe_get_SID_cstr
Definition at line 119 of file UpnpEventSubscribe.cpp.
int UpnpEventSubscribe_strcpy_SID | ( | UpnpEventSubscribe * | p, |
const char * | s | ||
) |
UpnpEventSubscribe_strcpy_SID
Definition at line 123 of file UpnpEventSubscribe.cpp.
int UpnpEventSubscribe_strncpy_SID | ( | UpnpEventSubscribe * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpEventSubscribe_strncpy_SID
Definition at line 127 of file UpnpEventSubscribe.cpp.
void UpnpEventSubscribe_clear_SID | ( | UpnpEventSubscribe * | p | ) |
UpnpEventSubscribe_clear_SID
Definition at line 132 of file UpnpEventSubscribe.cpp.
const UpnpString * UpnpEventSubscribe_get_PublisherUrl | ( | const UpnpEventSubscribe * | p | ) |
UpnpEventSubscribe_get_PublisherUrl
Definition at line 137 of file UpnpEventSubscribe.cpp.
int UpnpEventSubscribe_set_PublisherUrl | ( | UpnpEventSubscribe * | p, |
const UpnpString * | s | ||
) |
UpnpEventSubscribe_set_PublisherUrl
Definition at line 141 of file UpnpEventSubscribe.cpp.
size_t UpnpEventSubscribe_get_PublisherUrl_Length | ( | const UpnpEventSubscribe * | p | ) |
UpnpEventSubscribe_get_PublisherUrl_Length
Definition at line 148 of file UpnpEventSubscribe.cpp.
const char * UpnpEventSubscribe_get_PublisherUrl_cstr | ( | const UpnpEventSubscribe * | p | ) |
UpnpEventSubscribe_get_PublisherUrl_cstr
Definition at line 153 of file UpnpEventSubscribe.cpp.
int UpnpEventSubscribe_strcpy_PublisherUrl | ( | UpnpEventSubscribe * | p, |
const char * | s | ||
) |
UpnpEventSubscribe_strcpy_PublisherUrl
Definition at line 157 of file UpnpEventSubscribe.cpp.
int UpnpEventSubscribe_strncpy_PublisherUrl | ( | UpnpEventSubscribe * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpEventSubscribe_strncpy_PublisherUrl
Definition at line 162 of file UpnpEventSubscribe.cpp.
void UpnpEventSubscribe_clear_PublisherUrl | ( | UpnpEventSubscribe * | p | ) |
UpnpEventSubscribe_clear_PublisherUrl
Definition at line 167 of file UpnpEventSubscribe.cpp.