struct Upnp_State_Var_Complete

Represents the reply for the current value of a state variable in an asynchronous call.

[more]char CtrlUrl[NAME_SIZE]
The control URL for the service.
[more]DOMString CurrentVal
The current value of the variable or error string in case of error.
[more]int ErrCode
The result of the operation.
[more]char StateVarName[NAME_SIZE]
The name of the variable.


Documentation

Represents the reply for the current value of a state variable in an asynchronous call.
oint ErrCode
The result of the operation.

ochar CtrlUrl[NAME_SIZE]
The control URL for the service.

ochar StateVarName[NAME_SIZE]
The name of the variable.

oDOMString CurrentVal
The current value of the variable or error string in case of error.

Alphabetic index



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