Source file for UpnpEvent methods. More...
Go to the source code of this file.
Classes | |
struct | s_UpnpEvent |
s_UpnpEvent More... | |
Functions | |
UpnpEvent * | UpnpEvent_new () |
void | UpnpEvent_delete (UpnpEvent *q) |
int | UpnpEvent_assign (UpnpEvent *p, const UpnpEvent *q) |
UpnpEvent * | UpnpEvent_dup (const UpnpEvent *q) |
int | UpnpEvent_get_EventKey (const UpnpEvent *p) |
int | UpnpEvent_set_EventKey (UpnpEvent *p, int n) |
IXML_Document * | UpnpEvent_get_ChangedVariables (const UpnpEvent *p) |
int | UpnpEvent_set_ChangedVariables (UpnpEvent *p, IXML_Document *n) |
const UpnpString * | UpnpEvent_get_SID (const UpnpEvent *p) |
int | UpnpEvent_set_SID (UpnpEvent *p, const UpnpString *s) |
size_t | UpnpEvent_get_SID_Length (const UpnpEvent *p) |
const char * | UpnpEvent_get_SID_cstr (const UpnpEvent *p) |
int | UpnpEvent_strcpy_SID (UpnpEvent *p, const char *s) |
int | UpnpEvent_strncpy_SID (UpnpEvent *p, const char *s, size_t n) |
void | UpnpEvent_clear_SID (UpnpEvent *p) |
Source file for UpnpEvent methods.
Definition in file UpnpEvent.cpp.
struct s_UpnpEvent |
Definition at line 16 of file UpnpEvent.cpp.
Class Members | ||
---|---|---|
int | m_EventKey | |
IXML_Document * | m_ChangedVariables | |
UpnpString * | m_SID |
UpnpEvent * UpnpEvent_new | ( | void | ) |
Constructor
Definition at line 25 of file UpnpEvent.cpp.
void UpnpEvent_delete | ( | UpnpEvent * | p | ) |
Destructor
Definition at line 38 of file UpnpEvent.cpp.
Assignment operator
Definition at line 52 of file UpnpEvent.cpp.
Copy Constructor
Definition at line 65 of file UpnpEvent.cpp.
int UpnpEvent_get_EventKey | ( | const UpnpEvent * | p | ) |
UpnpEvent_get_EventKey
Definition at line 76 of file UpnpEvent.cpp.
int UpnpEvent_set_EventKey | ( | UpnpEvent * | p, |
int | n | ||
) |
UpnpEvent_set_EventKey
Definition at line 78 of file UpnpEvent.cpp.
IXML_Document * UpnpEvent_get_ChangedVariables | ( | const UpnpEvent * | p | ) |
UpnpEvent_get_ChangedVariables
Definition at line 84 of file UpnpEvent.cpp.
int UpnpEvent_set_ChangedVariables | ( | UpnpEvent * | p, |
IXML_Document * | n | ||
) |
UpnpEvent_set_ChangedVariables
Definition at line 88 of file UpnpEvent.cpp.
const UpnpString * UpnpEvent_get_SID | ( | const UpnpEvent * | p | ) |
UpnpEvent_get_SID
Definition at line 94 of file UpnpEvent.cpp.
int UpnpEvent_set_SID | ( | UpnpEvent * | p, |
const UpnpString * | s | ||
) |
UpnpEvent_set_SID
Definition at line 96 of file UpnpEvent.cpp.
size_t UpnpEvent_get_SID_Length | ( | const UpnpEvent * | p | ) |
UpnpEvent_get_SID_Length
Definition at line 102 of file UpnpEvent.cpp.
const char * UpnpEvent_get_SID_cstr | ( | const UpnpEvent * | p | ) |
UpnpEvent_get_SID_cstr
Definition at line 106 of file UpnpEvent.cpp.
int UpnpEvent_strcpy_SID | ( | UpnpEvent * | p, |
const char * | s | ||
) |
UpnpEvent_strcpy_SID
Definition at line 110 of file UpnpEvent.cpp.
int UpnpEvent_strncpy_SID | ( | UpnpEvent * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpEvent_strncpy_SID
Definition at line 114 of file UpnpEvent.cpp.
void UpnpEvent_clear_SID | ( | UpnpEvent * | p | ) |
UpnpEvent_clear_SID
Definition at line 118 of file UpnpEvent.cpp.