struct Upnp_State_Var_Request

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

[more]struct in_addr CtrlPtIPAddr
IP address of sender requesting the state variable.
[more]DOMString CurrentVal
The current value of the variable.
[more]char DevUDN[NAME_SIZE]
The unique device ID.
[more]int ErrCode
The result of the operation.
[more]char ErrStr[LINE_SIZE]
The error string in case of error.
[more]char ServiceID[NAME_SIZE]
The service ID.
[more]int Socket
The socket number of the connection to the requestor.
[more]char StateVarName[NAME_SIZE]
The name of the variable.


Documentation

Represents the request for current value of a state variable in a service state table.
oint ErrCode
The result of the operation.

oint Socket
The socket number of the connection to the requestor.

ochar ErrStr[LINE_SIZE]
The error string in case of error.

ochar DevUDN[NAME_SIZE]
The unique device ID.

ochar ServiceID[NAME_SIZE]
The service ID.

ochar StateVarName[NAME_SIZE]
The name of the variable.

ostruct in_addr CtrlPtIPAddr
IP address of sender requesting the state variable.

oDOMString CurrentVal
The current value of the variable. This needs to be allocated by the caller. When finished with it, the SDK frees this DOMString.

Alphabetic index



This page was generated with the help of DOC++.