cavcontrolpoint.h

Go to the documentation of this file.
00001 /* 
00002  * CyberLinkC AV API for Control Points
00003  *
00004  * cavcontrolpoint.h
00005  *
00006  * Copyright 2005 Nokia Corporation
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

Generated on Mon Aug 14 10:23:32 2006 for CyberLinkC-AV by  doxygen 1.4.6