⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmchan.h

📁 RVGatekeeper SIP SDK
💻 H
字号:
#ifdef __cplusplusextern "C" {#endif/************************************************************************************NOTICE:This document contains information that is proprietary to RADVision LTD..No part of this publication may be reproduced in any form whatsoever without written prior approval by RADVision LTD..RADVision LTD. reserves the right to revise this publication and make changes without obligation to notify any person of such revisions or changes.************************************************************************************//*  cmchannel.h  Ron S.  15 Jan 1997.  */#ifndef _CHCHANNELH_#define _CHCHANNELH_intcmcGetIpAddress(		/* get ip parameters from value tree */		IN  HPVT hVal, 		IN  int ipAddressId,		OUT UINT32* ip,		OUT UINT32* port		);intcmcSetIpAddress(		/* Create IP parameters to TransportAddress value tree. */		IN  HPVT hVal,		IN  int transportAddressId,		IN  BOOL isUnicast,		IN  UINT32 ip,		IN  UINT32 port		);intcmcSendMsg(	   HPdlSProtocol hsProtocol, 	   int nodeId);intcmcCallDataTypeHandleCallback(			      /* Call the data type handle callback */			      IN  cmElem* app,			      IN  HCHAN hsChan, /* channel protocol */			      IN  int dataType, /* channel data type node id */			      IN  confDataType type			      );intcmcCallChannelParametersCallback(				 /* Call the channel parameter callback */				 IN  cmElem* app,				 IN  HCHAN hsChan, /* channel protocol */				 IN  int dataType, /* channel data type node id */				 OUT confDataType* type				 );intnewChannelMsg(	      IN	HPdlAProtocol		haProtocol,	      IN	HPdlSProtocol		hsProtocol,	      IN	int			message	      );intnewChannelOutMsg(		 IN	HPdlAProtocol		haProtocol,		 IN	HPdlSProtocol		hsProtocol,		 IN	int			message		 );intnewChannelProtocol(		   IN	HPdlAProtocol		haProtocolParent,		   IN	HPdlSProtocol		hsProtocol,		   OUT	HPdlAProtocol*		lphaProtocol,		   IN	char*			protocolName,		   OUT	newProtocolEH*		newProtocol,		   OUT	newMessageEH*		newMessage,                   OUT	BOOL*   		selfDestructing		   );#endif#ifdef __cplusplus}              #endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -