#include <cybergarage/upnp/cupnp_limit.h>
#include <cybergarage/upnp/cservice.h>
#include <cybergarage/upnp/control/ccontrol.h>
#include <cybergarage/util/clog.h>
Functions | |
CgUpnpActionResponse * | cg_upnp_control_action_response_new () |
void | cg_upnp_control_action_response_delete (CgUpnpActionResponse *actionRes) |
void | cg_upnp_control_action_response_clear (CgUpnpActionResponse *actionRes) |
void | cg_upnp_control_action_response_setsoapresponse (CgUpnpActionResponse *actionRes, CgSoapResponse *soapRes) |
static CgXmlNode * | cg_upnp_control_action_response_createresponsenode (CgUpnpAction *action) |
void | cg_upnp_control_action_response_setresponse (CgUpnpActionResponse *actionRes, CgUpnpAction *action) |
CgXmlNode * | cg_upnp_control_action_response_getactionresponsenode (CgUpnpActionResponse *actionRes) |
BOOL | cg_upnp_control_action_response_getresult (CgUpnpActionResponse *actionRes, CgUpnpAction *action) |
BOOL | cg_upnp_control_action_response_geterror (CgUpnpActionResponse *actionRes, CgUpnpAction *action) |
|
Clear action response
|
|
|
|
Delete action response
|
|
Get action response XML node from action response
|
|
Get error associated to action response
|
|
Get result from action response
|
|
Create new action response |
|
Set action response to action
|
|
Set soap response to action response
|