libUPnP 1.14.19
|
Source file for UpnpActionComplete methods. More...
Data Structures | |
struct | s_UpnpActionComplete |
Source file for UpnpActionComplete methods.
Do not edit this file, it is automatically generated. Please look at generator.c.
int UpnpActionComplete_assign | ( | UpnpActionComplete * | p, |
const UpnpActionComplete * | q | ||
) |
Assignment operator
References UpnpActionComplete_get_ActionRequest(), UpnpActionComplete_get_ActionResult(), UpnpActionComplete_get_CtrlUrl(), UpnpActionComplete_get_ErrCode(), UpnpActionComplete_set_ActionRequest(), UpnpActionComplete_set_ActionResult(), UpnpActionComplete_set_CtrlUrl(), and UpnpActionComplete_set_ErrCode().
Referenced by UpnpActionComplete_dup().
void UpnpActionComplete_clear_CtrlUrl | ( | UpnpActionComplete * | p | ) |
UpnpActionComplete_clear_CtrlUrl
References UpnpString_clear().
void UpnpActionComplete_delete | ( | UpnpActionComplete * | p | ) |
Destructor
References UpnpString_delete().
Referenced by TestClass_delete(), TestClass_set_TheActionComplete(), and UpnpThreadDistribution().
UpnpActionComplete * UpnpActionComplete_dup | ( | const UpnpActionComplete * | p | ) |
Copy Constructor
References UpnpActionComplete_assign(), and UpnpActionComplete_new().
Referenced by TestClass_set_TheActionComplete().
IXML_Document * UpnpActionComplete_get_ActionRequest | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_ActionRequest
Referenced by SampleUtil_PrintEvent(), and UpnpActionComplete_assign().
IXML_Document * UpnpActionComplete_get_ActionResult | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_ActionResult
Referenced by SampleUtil_PrintEvent(), and UpnpActionComplete_assign().
const UpnpString * UpnpActionComplete_get_CtrlUrl | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_CtrlUrl
Referenced by SampleUtil_PrintEvent(), UpnpActionComplete_assign(), UpnpActionComplete_get_CtrlUrl_cstr(), and UpnpActionComplete_get_CtrlUrl_Length().
const char * UpnpActionComplete_get_CtrlUrl_cstr | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_CtrlUrl_cstr
References UpnpActionComplete_get_CtrlUrl(), and UpnpString_get_String().
size_t UpnpActionComplete_get_CtrlUrl_Length | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_CtrlUrl_Length
References UpnpActionComplete_get_CtrlUrl(), and UpnpString_get_Length().
int UpnpActionComplete_get_ErrCode | ( | const UpnpActionComplete * | p | ) |
UpnpActionComplete_get_ErrCode
Referenced by SampleUtil_PrintEvent(), and UpnpActionComplete_assign().
UpnpActionComplete * UpnpActionComplete_new | ( | ) |
Constructor
References UpnpString_new().
Referenced by TestClass_new(), UpnpActionComplete_dup(), and UpnpThreadDistribution().
int UpnpActionComplete_set_ActionRequest | ( | UpnpActionComplete * | p, |
IXML_Document * | n | ||
) |
UpnpActionComplete_set_ActionRequest
Referenced by UpnpActionComplete_assign(), and UpnpThreadDistribution().
int UpnpActionComplete_set_ActionResult | ( | UpnpActionComplete * | p, |
IXML_Document * | n | ||
) |
UpnpActionComplete_set_ActionResult
Referenced by UpnpActionComplete_assign(), and UpnpThreadDistribution().
int UpnpActionComplete_set_CtrlUrl | ( | UpnpActionComplete * | p, |
const UpnpString * | s | ||
) |
UpnpActionComplete_set_CtrlUrl
References UpnpString_get_String(), and UpnpString_set_String().
Referenced by UpnpActionComplete_assign().
int UpnpActionComplete_set_ErrCode | ( | UpnpActionComplete * | p, |
int | n | ||
) |
UpnpActionComplete_set_ErrCode
Referenced by UpnpActionComplete_assign(), and UpnpThreadDistribution().
int UpnpActionComplete_strcpy_CtrlUrl | ( | UpnpActionComplete * | p, |
const char * | s | ||
) |
UpnpActionComplete_strcpy_CtrlUrl
References UpnpString_set_String().
Referenced by UpnpThreadDistribution().
int UpnpActionComplete_strncpy_CtrlUrl | ( | UpnpActionComplete * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpActionComplete_strncpy_CtrlUrl
References UpnpString_set_StringN().