Source file for UpnpActionComplete methods. More...
Go to the source code of this file.
Classes | |
struct | s_UpnpActionComplete |
UpnpActionComplete. More... | |
Source file for UpnpActionComplete methods.
Definition in file UpnpActionComplete.cpp.
struct s_UpnpActionComplete |
UpnpActionComplete.
Definition at line 15 of file UpnpActionComplete.cpp.
Class Members | ||
---|---|---|
int | m_ErrCode | ErrCode. |
UpnpString * | m_CtrlUrl | CtrlUrl. |
IXML_Document * | m_ActionRequest | m_ActionRequest |
IXML_Document * | m_ActionResult | m_ActionResult |
UpnpActionComplete * UpnpActionComplete_new | ( | void | ) |
Constructor
Definition at line 22 of file UpnpActionComplete.cpp.
void UpnpActionComplete_delete | ( | UpnpActionComplete * | p | ) |
Destructor
Definition at line 37 of file UpnpActionComplete.cpp.
int UpnpActionComplete_assign | ( | UpnpActionComplete * | p, |
const UpnpActionComplete * | q | ||
) |
Assignment operator
Definition at line 52 of file UpnpActionComplete.cpp.
UpnpActionComplete * UpnpActionComplete_dup | ( | const UpnpActionComplete * | p | ) |
Copy Constructor
Definition at line 70 of file UpnpActionComplete.cpp.
int UpnpActionComplete_get_ErrCode | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_ErrCode
Definition at line 81 of file UpnpActionComplete.cpp.
int UpnpActionComplete_set_ErrCode | ( | UpnpActionComplete * | p, |
int | n | ||
) |
UpnpActionComplete_set_ErrCode
Definition at line 85 of file UpnpActionComplete.cpp.
const UpnpString * UpnpActionComplete_get_CtrlUrl | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_CtrlUrl
Definition at line 91 of file UpnpActionComplete.cpp.
int UpnpActionComplete_set_CtrlUrl | ( | UpnpActionComplete * | p, |
const UpnpString * | s | ||
) |
UpnpActionComplete_set_CtrlUrl
Definition at line 95 of file UpnpActionComplete.cpp.
size_t UpnpActionComplete_get_CtrlUrl_Length | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_CtrlUrl_Length
Definition at line 101 of file UpnpActionComplete.cpp.
const char * UpnpActionComplete_get_CtrlUrl_cstr | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_CtrlUrl_cstr
Definition at line 105 of file UpnpActionComplete.cpp.
int UpnpActionComplete_strcpy_CtrlUrl | ( | UpnpActionComplete * | p, |
const char * | s | ||
) |
UpnpActionComplete_strcpy_CtrlUrl
Definition at line 109 of file UpnpActionComplete.cpp.
int UpnpActionComplete_strncpy_CtrlUrl | ( | UpnpActionComplete * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpActionComplete_strncpy_CtrlUrl
Definition at line 113 of file UpnpActionComplete.cpp.
void UpnpActionComplete_clear_CtrlUrl | ( | UpnpActionComplete * | p | ) |
UpnpActionComplete_clear_CtrlUrl
Definition at line 118 of file UpnpActionComplete.cpp.
IXML_Document * UpnpActionComplete_get_ActionRequest | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_ActionRequest
Definition at line 123 of file UpnpActionComplete.cpp.
int UpnpActionComplete_set_ActionRequest | ( | UpnpActionComplete * | p, |
IXML_Document * | n | ||
) |
UpnpActionComplete_set_ActionRequest
Definition at line 127 of file UpnpActionComplete.cpp.
IXML_Document * UpnpActionComplete_get_ActionResult | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_ActionResult
Definition at line 135 of file UpnpActionComplete.cpp.
int UpnpActionComplete_set_ActionResult | ( | UpnpActionComplete * | p, |
IXML_Document * | n | ||
) |
UpnpActionComplete_set_ActionResult
Definition at line 139 of file UpnpActionComplete.cpp.