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

📄 td_mmicc_overall_state.h

📁 Motorola synergy audio component
💻 H
字号:
#ifndef TD_MMICC_OVERALL_STATE_INCLUDE#define TD_MMICC_OVERALL_STATE_INCLUDE#ifdef __cplusplus                      /* allow #include in a C++ file */extern "C" {#endif/* (c) Copyright Motorola 1990, All rights reserved.           Motorola Confidential Proprietary   Contains confidential proprietary information of Motorola, Inc.   Reverse engineering is prohibited.   The copyright notice does not imply publication.     DESCRIPTION:       Contains the enums for overall call state of MMICC.  ************** REVISION HISTORY **********************************************     Date       Author      Reference   ========   ========    ==========================   97-06-26   jroddew     CSGce10474              MPTY Support              - Added MPTY specific overall call states              - Added Revision History  *//************** ENUMS AND TYPEDEFS ********************************************//*    DESCRIPTION:    Anonymous enum declaration for MMICC overall call state.    WARNING:  Do NOT change the order of the states, or add to them!                Internal MMICC calculations depend on this ordering.  */enum{     TD_MMICC_OVERALL_C_S_CALLS_IDLE                    =  0,    TD_MMICC_OVERALL_C_S_SINGLE_ACTIVE                 =  1,    TD_MMICC_OVERALL_C_S_ACTIVE_MPTY                   =  2,    TD_MMICC_OVERALL_C_S_SINGLE_INCOMING               =  3,    TD_MMICC_OVERALL_C_S_ACTIVE_PLUS_WAITING           =  4,    TD_MMICC_OVERALL_C_S_ACTIVE_MPTY_PLUS_WAITING      =  5,    TD_MMICC_OVERALL_C_S_SINGLE_HELD                   =  6,    TD_MMICC_OVERALL_C_S_HELD_MPTY                     =  7,      TD_MMICC_OVERALL_C_S_DUAL                          =  8,    TD_MMICC_OVERALL_C_S_DUAL_MPTY_ACTIVE              =  9,    TD_MMICC_OVERALL_C_S_DUAL_MPTY_HELD                = 10,    TD_MMICC_OVERALL_C_S_HELD_PLUS_WAITING             = 11,     TD_MMICC_OVERALL_C_S_HELD_MPTY_PLUS_WAITING        = 12,    TD_MMICC_OVERALL_C_S_DUAL_PLUS_WAITING             = 13,    TD_MMICC_OVERALL_C_S_DUAL_MPTY_ACTIVE_PLUS_WAITING = 14,    TD_MMICC_OVERALL_C_S_DUAL_MPTY_HELD_PLUS_WAITING   = 15,    TD_MMICC_OVERALL_C_S_CC_BUSY                       = 16,    /* max number of overall call states */    TD_MMICC_OVERALL_C_S_NUM_STATES};            typedef UINT16 TD_MMICC_OVERALL_C_S;/****************************************************************************/#ifdef __cplusplus}#endif#endif                           /* #ifndef TD_MMICC_OVERALL_STATE_INCLUDE */

⌨️ 快捷键说明

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