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

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

The socket number of the connection to the requestor.

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: