|
libUPnP
1.6.17
|
#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.
Referenced by SampleUtil_PrintEvent(), and UpnpThreadDistribution().
| DOMString Upnp_State_Var_Complete::CurrentVal |
The current value of the variable or error string in case of error.
Referenced by SampleUtil_PrintEvent(), and UpnpThreadDistribution().
| int Upnp_State_Var_Complete::ErrCode |
The result of the operation.
Referenced by SampleUtil_PrintEvent(), and UpnpThreadDistribution().
| char Upnp_State_Var_Complete::StateVarName[(size_t) 256] |
The name of the variable.
Referenced by SampleUtil_PrintEvent(), and UpnpThreadDistribution().
1.8.3.1