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