mUPnP for C
|
#include <mupnp/control/control.h>
#include <mupnp/service.h>
#include <mupnp/upnp_limit.h>
#include <mupnp/util/log.h>
Functions | |
mUpnpActionResponse * | mupnp_control_action_response_new () |
void | mupnp_control_action_response_delete (mUpnpActionResponse *actionRes) |
void | mupnp_control_action_response_clear (mUpnpActionResponse *actionRes) |
void | mupnp_control_action_response_setsoapresponse (mUpnpActionResponse *actionRes, mUpnpSoapResponse *soapRes) |
static mUpnpXmlNode * | mupnp_control_action_response_createresponsenode (mUpnpAction *action) |
void | mupnp_control_action_response_setresponse (mUpnpActionResponse *actionRes, mUpnpAction *action) |
mUpnpXmlNode * | mupnp_control_action_response_getactionresponsenode (mUpnpActionResponse *actionRes) |
bool | mupnp_control_action_response_getresult (mUpnpActionResponse *actionRes, mUpnpAction *action) |
bool | mupnp_control_action_response_geterror (mUpnpActionResponse *actionRes, mUpnpAction *action) |
void mupnp_control_action_response_clear | ( | mUpnpActionResponse * | actionReq | ) |
Clear action response
actionReq | Action response |
|
static |
void mupnp_control_action_response_delete | ( | mUpnpActionResponse * | actionReq | ) |
Delete action response
actionReq | Action response |
mUpnpXmlNode * mupnp_control_action_response_getactionresponsenode | ( | mUpnpActionResponse * | actionRes | ) |
Get action response XML node from action response
actionRes | Action response |
bool mupnp_control_action_response_geterror | ( | mUpnpActionResponse * | actionRes, |
mUpnpAction * | action ) |
Get error associated to action response
actionRes | Action response |
action | UPnP action |
bool mupnp_control_action_response_getresult | ( | mUpnpActionResponse * | actionRes, |
mUpnpAction * | action ) |
Get result from action response
actionRes | Action response |
action | UPnP action |
mUpnpActionResponse * mupnp_control_action_response_new | ( | void | ) |
Create new action response
void mupnp_control_action_response_setresponse | ( | mUpnpActionResponse * | actionRes, |
mUpnpAction * | action ) |
Set action response to action
actionRes | Action response |
action | UPnP action |
void mupnp_control_action_response_setsoapresponse | ( | mUpnpActionResponse * | actionRes, |
mUpnpSoapResponse * | soapRes ) |
Set soap response to action response
actionRes | Action response |
soapRes | Soap reaponse |