Source file for UpnpStateVarRequest methods. More...
Include dependency graph for UpnpStateVarRequest.cpp:Go to the source code of this file.
Classes | |
| struct | s_UpnpStateVarRequest |
| With header typedef "protected" s_UpnpStateVarRequest. More... | |
Source file for UpnpStateVarRequest methods.
Definition in file UpnpStateVarRequest.cpp.
| struct s_UpnpStateVarRequest |
With header typedef "protected" s_UpnpStateVarRequest.
Definition at line 19 of file UpnpStateVarRequest.cpp.
Collaboration diagram for s_UpnpStateVarRequest:| Class Members | ||
|---|---|---|
| int | m_ErrCode | |
| int | m_Socket | |
| UpnpString * | m_ErrStr | |
| UpnpString * | m_DevUDN | |
| UpnpString * | m_ServiceID | |
| UpnpString * | m_StateVarName | |
| struct sockaddr_storage | m_CtrlPtIPAddr | |
| DOMString | m_CurrentVal | |
| UpnpStateVarRequest * UpnpStateVarRequest_new | ( | void | ) |
Constructor
Definition at line 33 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void UpnpStateVarRequest_delete | ( | UpnpStateVarRequest * | p | ) |
Destructor
Definition at line 52 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int UpnpStateVarRequest_assign | ( | UpnpStateVarRequest * | p, |
| const UpnpStateVarRequest * | q | ||
| ) |
Assignment operator
Definition at line 75 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| UpnpStateVarRequest * UpnpStateVarRequest_dup | ( | const UpnpStateVarRequest * | p | ) |
Copy Constructor
Definition at line 101 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| int UpnpStateVarRequest_get_ErrCode | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_ErrCode
Definition at line 112 of file UpnpStateVarRequest.cpp.
Here is the caller graph for this function:| int UpnpStateVarRequest_set_ErrCode | ( | UpnpStateVarRequest * | p, |
| int | n | ||
| ) |
UpnpStateVarRequest_set_ErrCode
Definition at line 116 of file UpnpStateVarRequest.cpp.
Here is the caller graph for this function:| int UpnpStateVarRequest_get_Socket | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_Socket
Definition at line 122 of file UpnpStateVarRequest.cpp.
Here is the caller graph for this function:| int UpnpStateVarRequest_set_Socket | ( | UpnpStateVarRequest * | p, |
| int | n | ||
| ) |
UpnpStateVarRequest_set_Socket
Definition at line 126 of file UpnpStateVarRequest.cpp.
Here is the caller graph for this function:| const UpnpString * UpnpStateVarRequest_get_ErrStr | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_ErrStr
Definition at line 132 of file UpnpStateVarRequest.cpp.
Here is the caller graph for this function:| int UpnpStateVarRequest_set_ErrStr | ( | UpnpStateVarRequest * | p, |
| const UpnpString * | s | ||
| ) |
UpnpStateVarRequest_set_ErrStr
Definition at line 136 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| size_t UpnpStateVarRequest_get_ErrStr_Length | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_ErrStr_Length
Definition at line 143 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| const char * UpnpStateVarRequest_get_ErrStr_cstr | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_ErrStr_cstr
Definition at line 147 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int UpnpStateVarRequest_strcpy_ErrStr | ( | UpnpStateVarRequest * | p, |
| const char * | s | ||
| ) |
UpnpStateVarRequest_strcpy_ErrStr
Definition at line 151 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| int UpnpStateVarRequest_strncpy_ErrStr | ( | UpnpStateVarRequest * | p, |
| const char * | s, | ||
| size_t | n | ||
| ) |
UpnpStateVarRequest_strncpy_ErrStr
Definition at line 155 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| void UpnpStateVarRequest_clear_ErrStr | ( | UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_clear_ErrStr
Definition at line 160 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| const UpnpString * UpnpStateVarRequest_get_DevUDN | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_DevUDN
Definition at line 164 of file UpnpStateVarRequest.cpp.
Here is the caller graph for this function:| int UpnpStateVarRequest_set_DevUDN | ( | UpnpStateVarRequest * | p, |
| const UpnpString * | s | ||
| ) |
UpnpStateVarRequest_set_DevUDN
Definition at line 168 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| size_t UpnpStateVarRequest_get_DevUDN_Length | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_DevUDN_Length
Definition at line 175 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| const char * UpnpStateVarRequest_get_DevUDN_cstr | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_DevUDN_cstr
Definition at line 179 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| int UpnpStateVarRequest_strcpy_DevUDN | ( | UpnpStateVarRequest * | p, |
| const char * | s | ||
| ) |
UpnpStateVarRequest_strcpy_DevUDN
Definition at line 183 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int UpnpStateVarRequest_strncpy_DevUDN | ( | UpnpStateVarRequest * | p, |
| const char * | s, | ||
| size_t | n | ||
| ) |
UpnpStateVarRequest_strncpy_DevUDN
Definition at line 187 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| void UpnpStateVarRequest_clear_DevUDN | ( | UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_clear_DevUDN
Definition at line 192 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| const UpnpString * UpnpStateVarRequest_get_ServiceID | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_ServiceID
Definition at line 197 of file UpnpStateVarRequest.cpp.
Here is the caller graph for this function:| int UpnpStateVarRequest_set_ServiceID | ( | UpnpStateVarRequest * | p, |
| const UpnpString * | s | ||
| ) |
UpnpStateVarRequest_set_ServiceID
Definition at line 201 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| size_t UpnpStateVarRequest_get_ServiceID_Length | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_ServiceID_Length
Definition at line 208 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| const char * UpnpStateVarRequest_get_ServiceID_cstr | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_ServiceID_cstr
Definition at line 213 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| int UpnpStateVarRequest_strcpy_ServiceID | ( | UpnpStateVarRequest * | p, |
| const char * | s | ||
| ) |
UpnpStateVarRequest_strcpy_ServiceID
Definition at line 217 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int UpnpStateVarRequest_strncpy_ServiceID | ( | UpnpStateVarRequest * | p, |
| const char * | s, | ||
| size_t | n | ||
| ) |
UpnpStateVarRequest_strncpy_ServiceID
Definition at line 222 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| void UpnpStateVarRequest_clear_ServiceID | ( | UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_clear_ServiceID
Definition at line 227 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| const UpnpString * UpnpStateVarRequest_get_StateVarName | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_StateVarName
Definition at line 232 of file UpnpStateVarRequest.cpp.
Here is the caller graph for this function:| int UpnpStateVarRequest_set_StateVarName | ( | UpnpStateVarRequest * | p, |
| const UpnpString * | s | ||
| ) |
UpnpStateVarRequest_set_StateVarName
Definition at line 236 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| size_t UpnpStateVarRequest_get_StateVarName_Length | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_StateVarName_Length
Definition at line 244 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| const char * UpnpStateVarRequest_get_StateVarName_cstr | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_StateVarName_cstr
Definition at line 249 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| int UpnpStateVarRequest_strcpy_StateVarName | ( | UpnpStateVarRequest * | p, |
| const char * | s | ||
| ) |
UpnpStateVarRequest_strcpy_StateVarName
Definition at line 253 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int UpnpStateVarRequest_strncpy_StateVarName | ( | UpnpStateVarRequest * | p, |
| const char * | s, | ||
| size_t | n | ||
| ) |
UpnpStateVarRequest_strncpy_StateVarName
Definition at line 258 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| void UpnpStateVarRequest_clear_StateVarName | ( | UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_clear_StateVarName
Definition at line 263 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:| const struct sockaddr_storage * UpnpStateVarRequest_get_CtrlPtIPAddr | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_CtrlPtIPAddr
Definition at line 268 of file UpnpStateVarRequest.cpp.
Here is the caller graph for this function:| int UpnpStateVarRequest_set_CtrlPtIPAddr | ( | UpnpStateVarRequest * | p, |
| const struct sockaddr_storage * | buf | ||
| ) |
UpnpStateVarRequest_set_CtrlPtIPAddr
Definition at line 272 of file UpnpStateVarRequest.cpp.
Here is the caller graph for this function:| void UpnpStateVarRequest_clear_CtrlPtIPAddr | ( | UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_clear_CtrlPtIPAddr
Definition at line 279 of file UpnpStateVarRequest.cpp.
| const DOMString UpnpStateVarRequest_get_CurrentVal | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_CurrentVal
Definition at line 284 of file UpnpStateVarRequest.cpp.
Here is the caller graph for this function:| int UpnpStateVarRequest_set_CurrentVal | ( | UpnpStateVarRequest * | p, |
| const DOMString | s | ||
| ) |
UpnpStateVarRequest_set_CurrentVal
Definition at line 288 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| const char * UpnpStateVarRequest_get_CurrentVal_cstr | ( | const UpnpStateVarRequest * | p | ) |
UpnpStateVarRequest_get_CurrentVal_cstr
Definition at line 300 of file UpnpStateVarRequest.cpp.
Here is the call graph for this function: