#include <stdarg.h>
#include <cybergarage/typedef.h>
#include <cybergarage/upnp/cservice.h>
Go to the source code of this file.
Functions | |
int | cg_upnp_av_control_invokeaction (CgUpnpService *upnpService, char *actionName, char **errorString,...) |
int | cg_upnp_av_control_parseactionarguments (CgUpnpAction *action, BOOL inDirection, va_list *va) |
BOOL | cg_upnp_av_control_iserrorcodesuccessful (int errorCode) |
|
Invoke an action on the upnp device
|
|
Check, whether a UPnP error/status code is actually a success.
|
|
A helper function to set or get dynamic action arguments to/from an action.
|