00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef CG_UPNP_AV_CAVCONTROLPOINT_H
00010 #define CG_UPNP_AV_CAVCONTROLPOINT_H
00011
00012 #include <stdarg.h>
00013 #include <cybergarage/typedef.h>
00014 #include <cybergarage/upnp/cservice.h>
00015
00035 int cg_upnp_av_control_invokeaction(CgUpnpService* upnpService,
00036 char* actionName,
00037 char** errorString,
00038 ...);
00039
00047 int cg_upnp_av_control_parseactionarguments(CgUpnpAction* action,
00048 BOOL inDirection,
00049 va_list* va);
00050
00058 BOOL cg_upnp_av_control_iserrorcodesuccessful(int errorCode);
00059
00060 #endif