libUPnP
1.6.24
|
#include <upnp.h>
Data Fields | |
int | ErrCode |
UpnpString * | CtrlUrl |
char | StateVarName [(size_t) 256] |
DOMString | CurrentVal |
Represents the reply for the current value of a state variable in an asynchronous call.
UpnpString* Upnp_State_Var_Complete::CtrlUrl |
The control URL for the service.
DOMString Upnp_State_Var_Complete::CurrentVal |
The current value of the variable or error string in case of error.
int Upnp_State_Var_Complete::ErrCode |
The result of the operation.
char Upnp_State_Var_Complete::StateVarName[(size_t) 256] |
The name of the variable.