libUPnP
1.6.17
|
#include <upnp.h>
Data Fields | |
int | ErrCode |
int | Socket |
char | ErrStr [(size_t) 180] |
char | DevUDN [(size_t) 256] |
char | ServiceID [(size_t) 256] |
char | StateVarName [(size_t) 256] |
struct sockaddr_storage | CtrlPtIPAddr |
DOMString | CurrentVal |
Represents the request for current value of a state variable in a service state table.
struct sockaddr_storage Upnp_State_Var_Request::CtrlPtIPAddr |
IP address of sender requesting the state variable.
Referenced by handle_query_variable().
The current value of the variable. This needs to be allocated by the caller. When finished with it, the SDK frees this { DOMString}.
Referenced by handle_query_variable(), SampleUtil_PrintEvent(), and TvDeviceHandleGetVarRequest().
char Upnp_State_Var_Request::DevUDN[(size_t) 256] |
The unique device ID.
Referenced by handle_query_variable(), SampleUtil_PrintEvent(), and TvDeviceHandleGetVarRequest().
The result of the operation.
Referenced by handle_query_variable(), SampleUtil_PrintEvent(), and TvDeviceHandleGetVarRequest().
char Upnp_State_Var_Request::ErrStr[(size_t) 180] |
The error string in case of error.
Referenced by handle_query_variable(), SampleUtil_PrintEvent(), and TvDeviceHandleGetVarRequest().
char Upnp_State_Var_Request::ServiceID[(size_t) 256] |
The service ID.
Referenced by handle_query_variable(), SampleUtil_PrintEvent(), and TvDeviceHandleGetVarRequest().
The socket number of the connection to the requestor.
char Upnp_State_Var_Request::StateVarName[(size_t) 256] |
The name of the variable.
Referenced by handle_query_variable(), SampleUtil_PrintEvent(), and TvDeviceHandleGetVarRequest().