cconnectionmanager.h

Go to the documentation of this file.
00001 /* 
00002  * CyberLinkC AV API for Connection Manager Service
00003  *
00004  * cconnectionmanager.h
00005  *
00006  * Copyright 2005 Nokia Corporation
00007  */
00008 
00009 #ifndef CG_UPNP_AV_CCONNECTIONMANAGER_H
00010 #define CG_UPNP_AV_CCONNECTIONMANAGER_H
00011 
00012 /* Service name */
00013 #define CG_UPNP_CMS_SERVICE_TYPE "urn:schemas-upnp-org:service:ConnectionManager"
00014 
00015 /****************************************************************************
00016  * Mandatory actions
00017  ****************************************************************************/
00018 #define CG_UPNP_CMS_ACTION_GETPROTOCOLINFO "GetProtocolInfo"
00019 #define CG_UPNP_CMS_ACTION_GETCURRENTCONNECTIONIDS "GetCurrentConnectionIDs"
00020 #define CG_UPNP_CMS_ACTION_GETCURRENTCONNECTIONINFO "GetCurrentConnectionInfo"
00021 
00022 /****************************************************************************
00023  * Optional actions
00024  ****************************************************************************/
00025 #define CG_UPNP_CMS_ACTION_PREPAREFORCONNECTION "PrepareForConnection"
00026 #define CG_UPNP_CMS_ACTION_CONNECTIONCOMPLETE "ConnectionComplete"
00027 
00028 #endif /* CG_UPNP_AV_CCONNECTIONMANAGER_H */

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