libUPnP  1.6.24
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

◆ CtrlPtIPAddr

struct sockaddr_storage Upnp_State_Var_Request::CtrlPtIPAddr

IP address of sender requesting the state variable.

Referenced by handle_query_variable().

◆ CurrentVal

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(), and TvDeviceHandleGetVarRequest().

◆ DevUDN

char Upnp_State_Var_Request::DevUDN[(size_t) 256]

The unique device ID.

Referenced by handle_query_variable().

◆ ErrCode

int Upnp_State_Var_Request::ErrCode

The result of the operation.

Referenced by handle_query_variable().

◆ ErrStr

char Upnp_State_Var_Request::ErrStr[(size_t) 180]

The error string in case of error.

Referenced by handle_query_variable().

◆ ServiceID

char Upnp_State_Var_Request::ServiceID[(size_t) 256]

The service ID.

Referenced by handle_query_variable().

◆ Socket

int Upnp_State_Var_Request::Socket

The socket number of the connection to the requestor.

◆ StateVarName

char Upnp_State_Var_Request::StateVarName[(size_t) 256]

The name of the variable.

Referenced by handle_query_variable().


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