McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 428

↗ View in doc context
page
428
source
cucm/v15/tapi-dev-guide/tapi-dev-guide.md
chunk_id
cucm::v15::tapi-dev-guide::tapi-dev-guide::441

| +--CCiscoPhoneDevSpecificSetUnicodeDisplay | +--CCiscoPhoneDevSpecificAcquire | +--CCiscoPhoneDevSpecificDeacquire | +--CCiscoPhoneDevSpecificGetRTPSnapshot Header File The file CiscoLineDevSpecific.h contains the constant, structure, and class definition for the Cisco phone device-specific classes. Class Detail class CCiscoPhoneDevSpecific { public : CCiscoPhoneDevSpecific(DWORD msgType):m_MsgType(msgType) {;} virtual ~CCiscoPhoneDevSpecific() {;} DWORD GetMsgType (void) const { return m_MsgType;} void *lpParams(void) const {return (void*)&m_MsgType;} virtual DWORD dwSize(void) const = 0; private : DWORD m_MsgType ; } Functions lpParms() Function that can be used to obtain the pointer to the parameter block dwSize() Function that will give the size of the parameter block area Parameter m_MsgType Specifies the type of message. Subclasses Each subclass of CCiscoPhoneDevSpecific represents a different value that is assigned to the parameter m_MsgType. If you are using C instead of C++, this represents the first parameter in the structure. Enumeration The CiscoPhoneDevSpecificType enumeration includes valid message identifiers. enum CiscoPhoneDevSpecificType { Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 396 Cisco Device-Specific Extensions Header File

Page 428 content