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

📄 endpoint_supp.h

📁 h323源代码的另一部分
💻 H
字号:
/////////////////////////////////////////////////////////////////////// endpoint_supp.h//// definitions for handset/endpoint related event handling module//// Copyright Netergy Microelectronics  2000, 2001//////////////////////////////////////////////////////////////////////#ifndef __ENDPOINT_SUPP_H__#define __ENDPOINT_SUPP_H__# define EndPointEncodeStreamTone(CHANNEL,STREAM,KEY,ACTION) \    HandsetEncodeStreamTone((CHANNEL),(STREAM),(KEY),(ACTION))# define EndPointTone(EP, TONE, STATE) \    HandsetGenerateTone((EP)->wChannel, (TONE), (STATE))# define EndPointDisplayString(EP,MSG) \    HandsetDisplayString((MSG), ((EP)->wChannel)+2)# define EndPointDisplayNumber(EP,MSG) \    HandsetDisplayString((MSG), ((EP)->wChannel)+2)# define EndPointsDisplayString(MSG, LINE) \    HandsetDisplayString((MSG), (LINE))# define EndPointsClearDisplay() HandsetClearDisplay()# define EndPointsClearDisplayLine(LINE) HandsetClearDisplayLine((LINE))# define EndPointsDisplayHandsetStatus() HandsetDisplayHandsetStatus()# define EndPointsRegisterOnHookDisplayString(MSG)# define EndPointsRegisterOnHookDisplayNumber(MSG)# define EndPointsRegisterInfoStrings(MSG1, MSG2, MSG3, PNUM1, PNUM2) \    HandsetRegisterInfoStrings((MSG1), (MSG2), (MSG3), (PNUM1), (PNUM2))# define EndPointsRegisterPhoneNumber(LINE,NUM) \    HandsetRegisterPhoneNumber((LINE),(NUM))# define EndPointUpdateVMWI(LINE, STATE) HandsetVMWI((LINE), (STATE))# define EndPointsDisplayCallerID(LINE,MSG) HandsetDisplayCallerID((LINE),(MSG))# define EndPointsSetChannelDTMFSquelch(LINE, STATE) \    HandsetSetChannelDTMFSquelch((LINE), (STATE))# define EndPointDtmfTone(CHANNEL,TONE,STATE)#endif //__ENDPOINT_SUPP_H__//////////////////////////////////// END OF FILE /////////////////////////

⌨️ 快捷键说明

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