Source file for UpnpDiscovery methods. More...
Go to the source code of this file.
Classes | |
struct | s_UpnpDiscovery |
s_UpnpDiscovery More... | |
Source file for UpnpDiscovery methods.
Definition in file UpnpDiscovery.cpp.
struct s_UpnpDiscovery |
Definition at line 19 of file UpnpDiscovery.cpp.
Class Members | ||
---|---|---|
int | m_ErrCode | |
int | m_Expires | |
UpnpString * | m_DeviceID | |
UpnpString * | m_DeviceType | |
UpnpString * | m_ServiceType | |
UpnpString * | m_ServiceVer | |
UpnpString * | m_Location | |
UpnpString * | m_Os | |
UpnpString * | m_Date | |
UpnpString * | m_Ext | |
struct sockaddr_storage | m_DestAddr |
UpnpDiscovery * UpnpDiscovery_new | ( | void | ) |
Constructor
Definition at line 36 of file UpnpDiscovery.cpp.
void UpnpDiscovery_delete | ( | UpnpDiscovery * | p | ) |
Destructor
Definition at line 58 of file UpnpDiscovery.cpp.
int UpnpDiscovery_assign | ( | UpnpDiscovery * | p, |
const UpnpDiscovery * | q | ||
) |
Assignment operator
Definition at line 87 of file UpnpDiscovery.cpp.
UpnpDiscovery * UpnpDiscovery_dup | ( | const UpnpDiscovery * | p | ) |
Copy Constructor
Definition at line 110 of file UpnpDiscovery.cpp.
int UpnpDiscovery_get_ErrCode | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_ErrCode
Definition at line 121 of file UpnpDiscovery.cpp.
int UpnpDiscovery_set_ErrCode | ( | UpnpDiscovery * | p, |
int | n | ||
) |
UpnpDiscovery_set_ErrCode
Definition at line 123 of file UpnpDiscovery.cpp.
int UpnpDiscovery_get_Expires | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Expires
Definition at line 129 of file UpnpDiscovery.cpp.
int UpnpDiscovery_set_Expires | ( | UpnpDiscovery * | p, |
int | n | ||
) |
UpnpDiscovery_set_Expires
Definition at line 131 of file UpnpDiscovery.cpp.
const UpnpString * UpnpDiscovery_get_DeviceID | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_DeviceID
Definition at line 137 of file UpnpDiscovery.cpp.
int UpnpDiscovery_set_DeviceID | ( | UpnpDiscovery * | p, |
const UpnpString * | s | ||
) |
UpnpDiscovery_set_DeviceID
Definition at line 141 of file UpnpDiscovery.cpp.
size_t UpnpDiscovery_get_DeviceID_Length | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_DeviceID_Length
Definition at line 147 of file UpnpDiscovery.cpp.
const char * UpnpDiscovery_get_DeviceID_cstr | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_DeviceID_cstr
Definition at line 151 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strcpy_DeviceID | ( | UpnpDiscovery * | p, |
const char * | s | ||
) |
UpnpDiscovery_strcpy_DeviceID
Definition at line 155 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strncpy_DeviceID | ( | UpnpDiscovery * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpDiscovery_strncpy_DeviceID
Definition at line 159 of file UpnpDiscovery.cpp.
void UpnpDiscovery_clear_DeviceID | ( | UpnpDiscovery * | p | ) |
UpnpDiscovery_clear_DeviceID
Definition at line 163 of file UpnpDiscovery.cpp.
const UpnpString * UpnpDiscovery_get_DeviceType | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_DeviceType
Definition at line 167 of file UpnpDiscovery.cpp.
int UpnpDiscovery_set_DeviceType | ( | UpnpDiscovery * | p, |
const UpnpString * | s | ||
) |
UpnpDiscovery_set_DeviceType
Definition at line 171 of file UpnpDiscovery.cpp.
size_t UpnpDiscovery_get_DeviceType_Length | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_DeviceType_Length
Definition at line 177 of file UpnpDiscovery.cpp.
const char * UpnpDiscovery_get_DeviceType_cstr | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_DeviceType_cstr
Definition at line 181 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strcpy_DeviceType | ( | UpnpDiscovery * | p, |
const char * | s | ||
) |
UpnpDiscovery_strcpy_DeviceType
Definition at line 185 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strncpy_DeviceType | ( | UpnpDiscovery * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpDiscovery_strncpy_DeviceType
Definition at line 189 of file UpnpDiscovery.cpp.
void UpnpDiscovery_clear_DeviceType | ( | UpnpDiscovery * | p | ) |
UpnpDiscovery_clear_DeviceType
Definition at line 194 of file UpnpDiscovery.cpp.
const UpnpString * UpnpDiscovery_get_ServiceType | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_ServiceType
Definition at line 198 of file UpnpDiscovery.cpp.
int UpnpDiscovery_set_ServiceType | ( | UpnpDiscovery * | p, |
const UpnpString * | s | ||
) |
UpnpDiscovery_set_ServiceType
Definition at line 202 of file UpnpDiscovery.cpp.
size_t UpnpDiscovery_get_ServiceType_Length | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_ServiceType_Length
Definition at line 208 of file UpnpDiscovery.cpp.
const char * UpnpDiscovery_get_ServiceType_cstr | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_ServiceType_cstr
Definition at line 212 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strcpy_ServiceType | ( | UpnpDiscovery * | p, |
const char * | s | ||
) |
UpnpDiscovery_strcpy_ServiceType
Definition at line 216 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strncpy_ServiceType | ( | UpnpDiscovery * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpDiscovery_strncpy_ServiceType
Definition at line 220 of file UpnpDiscovery.cpp.
void UpnpDiscovery_clear_ServiceType | ( | UpnpDiscovery * | p | ) |
UpnpDiscovery_clear_ServiceType
Definition at line 225 of file UpnpDiscovery.cpp.
const UpnpString * UpnpDiscovery_get_ServiceVer | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_ServiceVer
Definition at line 229 of file UpnpDiscovery.cpp.
int UpnpDiscovery_set_ServiceVer | ( | UpnpDiscovery * | p, |
const UpnpString * | s | ||
) |
UpnpDiscovery_set_ServiceVer
Definition at line 233 of file UpnpDiscovery.cpp.
size_t UpnpDiscovery_get_ServiceVer_Length | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_ServiceVer_Length
Definition at line 239 of file UpnpDiscovery.cpp.
const char * UpnpDiscovery_get_ServiceVer_cstr | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_ServiceVer_cstr
Definition at line 243 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strcpy_ServiceVer | ( | UpnpDiscovery * | p, |
const char * | s | ||
) |
UpnpDiscovery_strcpy_ServiceVer
Definition at line 247 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strncpy_ServiceVer | ( | UpnpDiscovery * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpDiscovery_strncpy_ServiceVer
Definition at line 251 of file UpnpDiscovery.cpp.
void UpnpDiscovery_clear_ServiceVer | ( | UpnpDiscovery * | p | ) |
UpnpDiscovery_clear_ServiceVer
Definition at line 256 of file UpnpDiscovery.cpp.
const UpnpString * UpnpDiscovery_get_Location | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Location
Definition at line 260 of file UpnpDiscovery.cpp.
int UpnpDiscovery_set_Location | ( | UpnpDiscovery * | p, |
const UpnpString * | s | ||
) |
UpnpDiscovery_set_Location
Definition at line 264 of file UpnpDiscovery.cpp.
size_t UpnpDiscovery_get_Location_Length | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Location_Length
Definition at line 270 of file UpnpDiscovery.cpp.
const char * UpnpDiscovery_get_Location_cstr | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Location_cstr
Definition at line 274 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strcpy_Location | ( | UpnpDiscovery * | p, |
const char * | s | ||
) |
UpnpDiscovery_strcpy_Location
Definition at line 278 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strncpy_Location | ( | UpnpDiscovery * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpDiscovery_strncpy_Location
Definition at line 282 of file UpnpDiscovery.cpp.
void UpnpDiscovery_clear_Location | ( | UpnpDiscovery * | p | ) |
UpnpDiscovery_clear_Location
Definition at line 286 of file UpnpDiscovery.cpp.
const UpnpString * UpnpDiscovery_get_Os | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Os
Definition at line 290 of file UpnpDiscovery.cpp.
int UpnpDiscovery_set_Os | ( | UpnpDiscovery * | p, |
const UpnpString * | s | ||
) |
UpnpDiscovery_set_Os
Definition at line 294 of file UpnpDiscovery.cpp.
size_t UpnpDiscovery_get_Os_Length | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Os_Length
Definition at line 300 of file UpnpDiscovery.cpp.
const char * UpnpDiscovery_get_Os_cstr | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Os_cstr
Definition at line 304 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strcpy_Os | ( | UpnpDiscovery * | p, |
const char * | s | ||
) |
UpnpDiscovery_strcpy_Os
Definition at line 308 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strncpy_Os | ( | UpnpDiscovery * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpDiscovery_strncpy_Os
Definition at line 312 of file UpnpDiscovery.cpp.
void UpnpDiscovery_clear_Os | ( | UpnpDiscovery * | p | ) |
UpnpDiscovery_clear_Os
Definition at line 316 of file UpnpDiscovery.cpp.
const UpnpString * UpnpDiscovery_get_Date | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Date
Definition at line 318 of file UpnpDiscovery.cpp.
int UpnpDiscovery_set_Date | ( | UpnpDiscovery * | p, |
const UpnpString * | s | ||
) |
UpnpDiscovery_set_Date
Definition at line 322 of file UpnpDiscovery.cpp.
size_t UpnpDiscovery_get_Date_Length | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Date_Length
Definition at line 328 of file UpnpDiscovery.cpp.
const char * UpnpDiscovery_get_Date_cstr | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Date_cstr
Definition at line 332 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strcpy_Date | ( | UpnpDiscovery * | p, |
const char * | s | ||
) |
UpnpDiscovery_strcpy_Date
Definition at line 336 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strncpy_Date | ( | UpnpDiscovery * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpDiscovery_strncpy_Date
Definition at line 340 of file UpnpDiscovery.cpp.
void UpnpDiscovery_clear_Date | ( | UpnpDiscovery * | p | ) |
UpnpDiscovery_clear_Date
Definition at line 344 of file UpnpDiscovery.cpp.
const UpnpString * UpnpDiscovery_get_Ext | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Ext
Definition at line 346 of file UpnpDiscovery.cpp.
int UpnpDiscovery_set_Ext | ( | UpnpDiscovery * | p, |
const UpnpString * | s | ||
) |
UpnpDiscovery_set_Ext
Definition at line 350 of file UpnpDiscovery.cpp.
size_t UpnpDiscovery_get_Ext_Length | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Ext_Length
Definition at line 356 of file UpnpDiscovery.cpp.
const char * UpnpDiscovery_get_Ext_cstr | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_Ext_cstr
Definition at line 360 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strcpy_Ext | ( | UpnpDiscovery * | p, |
const char * | s | ||
) |
UpnpDiscovery_strcpy_Ext
Definition at line 364 of file UpnpDiscovery.cpp.
int UpnpDiscovery_strncpy_Ext | ( | UpnpDiscovery * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpDiscovery_strncpy_Ext
Definition at line 368 of file UpnpDiscovery.cpp.
void UpnpDiscovery_clear_Ext | ( | UpnpDiscovery * | p | ) |
UpnpDiscovery_clear_Ext
Definition at line 372 of file UpnpDiscovery.cpp.
const struct sockaddr_storage * UpnpDiscovery_get_DestAddr | ( | const UpnpDiscovery * | p | ) |
UpnpDiscovery_get_DestAddr
Definition at line 375 of file UpnpDiscovery.cpp.
int UpnpDiscovery_set_DestAddr | ( | UpnpDiscovery * | p, |
const struct sockaddr_storage * | buf | ||
) |
UpnpDiscovery_set_DestAddr
Definition at line 379 of file UpnpDiscovery.cpp.
void UpnpDiscovery_clear_DestAddr | ( | UpnpDiscovery * | p | ) |
UpnpDiscovery_clear_DestAddr
Definition at line 386 of file UpnpDiscovery.cpp.