#include <cybergarage/upnp/cstatevariable.h>
#include <cybergarage/upnp/cservice.h>
#include <cybergarage/util/clog.h>
Functions | |
CgUpnpStateVariable * | cg_upnp_statevariable_new () |
void | cg_upnp_statevariable_delete (CgUpnpStateVariable *statVar) |
void | cg_upnp_statevariable_setstatevariablenode (CgUpnpStateVariable *statVar, CgXmlNode *node) |
void | cg_upnp_statevariable_setvalue (CgUpnpStateVariable *statVar, char *data) |
|
Delete state variable object
|
|
Create new state variable object |
|
Set XML node for this state variable
|
|
Set state variable value
|