libUPnP  1.6.17
Data Fields
Upnp_State_Var_Request Struct Reference

#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
 

Detailed Description

Represents the request for current value of a state variable in a service state table.

Field Documentation

struct sockaddr_storage Upnp_State_Var_Request::CtrlPtIPAddr

IP address of sender requesting the state variable.

Referenced by handle_query_variable().

DOMString Upnp_State_Var_Request::CurrentVal

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]
int Upnp_State_Var_Request::ErrCode

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]
int Upnp_State_Var_Request::Socket

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().


The documentation for this struct was generated from the following file: