Source file for UpnpStateVarComplete methods. More...
Go to the source code of this file.
Classes | |
struct | s_UpnpStateVarComplete |
s_UpnpStateVarComplete More... | |
Source file for UpnpStateVarComplete methods.
Definition in file UpnpStateVarComplete.cpp.
struct s_UpnpStateVarComplete |
Definition at line 16 of file UpnpStateVarComplete.cpp.
Class Members | ||
---|---|---|
int | m_ErrCode | |
UpnpString * | m_CtrlUrl | |
UpnpString * | m_StateVarName | |
DOMString | m_CurrentVal |
UpnpStateVarComplete * UpnpStateVarComplete_new | ( | void | ) |
Constructor
Definition at line 26 of file UpnpStateVarComplete.cpp.
void UpnpStateVarComplete_delete | ( | UpnpStateVarComplete * | p | ) |
Destructor
Definition at line 41 of file UpnpStateVarComplete.cpp.
int UpnpStateVarComplete_assign | ( | UpnpStateVarComplete * | p, |
const UpnpStateVarComplete * | q | ||
) |
Assignment operator
Definition at line 58 of file UpnpStateVarComplete.cpp.
UpnpStateVarComplete * UpnpStateVarComplete_dup | ( | const UpnpStateVarComplete * | p | ) |
Copy Constructor
Definition at line 76 of file UpnpStateVarComplete.cpp.
int UpnpStateVarComplete_get_ErrCode | ( | const UpnpStateVarComplete * | p | ) |
UpnpStateVarComplete_get_ErrCode
Definition at line 87 of file UpnpStateVarComplete.cpp.
int UpnpStateVarComplete_set_ErrCode | ( | UpnpStateVarComplete * | p, |
int | n | ||
) |
UpnpStateVarComplete_set_ErrCode
Definition at line 91 of file UpnpStateVarComplete.cpp.
const UpnpString * UpnpStateVarComplete_get_CtrlUrl | ( | const UpnpStateVarComplete * | p | ) |
UpnpStateVarComplete_get_CtrlUrl
Definition at line 98 of file UpnpStateVarComplete.cpp.
int UpnpStateVarComplete_set_CtrlUrl | ( | UpnpStateVarComplete * | p, |
const UpnpString * | s | ||
) |
UpnpStateVarComplete_set_CtrlUrl
Definition at line 102 of file UpnpStateVarComplete.cpp.
size_t UpnpStateVarComplete_get_CtrlUrl_Length | ( | const UpnpStateVarComplete * | p | ) |
UpnpStateVarComplete_get_CtrlUrl_Length
Definition at line 109 of file UpnpStateVarComplete.cpp.
const char * UpnpStateVarComplete_get_CtrlUrl_cstr | ( | const UpnpStateVarComplete * | p | ) |
UpnpStateVarComplete_get_CtrlUrl_cstr
Definition at line 114 of file UpnpStateVarComplete.cpp.
int UpnpStateVarComplete_strcpy_CtrlUrl | ( | UpnpStateVarComplete * | p, |
const char * | s | ||
) |
UpnpStateVarComplete_strcpy_CtrlUrl
Definition at line 118 of file UpnpStateVarComplete.cpp.
int UpnpStateVarComplete_strncpy_CtrlUrl | ( | UpnpStateVarComplete * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpStateVarComplete_strncpy_CtrlUrl
Definition at line 123 of file UpnpStateVarComplete.cpp.
void UpnpStateVarComplete_clear_CtrlUrl | ( | UpnpStateVarComplete * | p | ) |
UpnpStateVarComplete_clear_CtrlUrl
Definition at line 128 of file UpnpStateVarComplete.cpp.
const UpnpString * UpnpStateVarComplete_get_StateVarName | ( | const UpnpStateVarComplete * | p | ) |
UpnpStateVarComplete_get_StateVarName
Definition at line 133 of file UpnpStateVarComplete.cpp.
int UpnpStateVarComplete_set_StateVarName | ( | UpnpStateVarComplete * | p, |
const UpnpString * | s | ||
) |
UpnpStateVarComplete_set_StateVarName
Definition at line 137 of file UpnpStateVarComplete.cpp.
size_t UpnpStateVarComplete_get_StateVarName_Length | ( | const UpnpStateVarComplete * | p | ) |
UpnpStateVarComplete_get_StateVarName_Length
Definition at line 145 of file UpnpStateVarComplete.cpp.
const char * UpnpStateVarComplete_get_StateVarName_cstr | ( | const UpnpStateVarComplete * | p | ) |
UpnpStateVarComplete_get_StateVarName_cstr
Definition at line 150 of file UpnpStateVarComplete.cpp.
int UpnpStateVarComplete_strcpy_StateVarName | ( | UpnpStateVarComplete * | p, |
const char * | s | ||
) |
UpnpStateVarComplete_strcpy_StateVarName
Definition at line 154 of file UpnpStateVarComplete.cpp.
int UpnpStateVarComplete_strncpy_StateVarName | ( | UpnpStateVarComplete * | p, |
const char * | s, | ||
size_t | n | ||
) |
UpnpStateVarComplete_strncpy_StateVarName
Definition at line 159 of file UpnpStateVarComplete.cpp.
void UpnpStateVarComplete_clear_StateVarName | ( | UpnpStateVarComplete * | p | ) |
UpnpStateVarComplete_clear_StateVarName
Definition at line 164 of file UpnpStateVarComplete.cpp.
const DOMString UpnpStateVarComplete_get_CurrentVal | ( | const UpnpStateVarComplete * | p | ) |
UpnpStateVarComplete_get_CurrentVal
Definition at line 169 of file UpnpStateVarComplete.cpp.
int UpnpStateVarComplete_set_CurrentVal | ( | UpnpStateVarComplete * | p, |
const DOMString | s | ||
) |
UpnpStateVarComplete_set_CurrentVal
Definition at line 173 of file UpnpStateVarComplete.cpp.
const char * UpnpStateVarComplete_get_CurrentVal_cstr | ( | const UpnpStateVarComplete * | p | ) |
UpnpStateVarComplete_get_CurrentVal_cstr
Definition at line 185 of file UpnpStateVarComplete.cpp.