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.
The control URL for the service.
Referenced by SampleUtil_PrintEvent(), and UpnpThreadDistribution().
The current value of the variable or error string in case of error.
Referenced by SampleUtil_PrintEvent(), and UpnpThreadDistribution().
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().