td_hscaud_hookswitch_ind_type.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 47 行
H
47 行
#ifndef TD_HSCAUD_HOOKSWITCH_IND_TYPE_INCLUDE#define TD_HSCAUD_HOOKSWITCH_IND_TYPE_INCLUDE/************************************************************************ DESCRIPTION:** Define indicator types for HandSet Controller indication that* a handset hookswitch at address xxxx changed state.************************************************************************* (c) Copyright Motorola 1990, 1991 All rights reserved.* Motorola Confidential Proprietary* Contains confidential proprietary information of Motorola, Inc.* Reverse engineering is prohibited.* The copyright notice does not imply publication.***********************************************************************/#ifdef __cplusplus /* Allow #include in a C++ file. */extern "C" {#endif /******************************************************************* * INDICATOR TYPES DEFINITION *******************************************************************/enum{ HSCAUD_HOOKSWITCH_ON_HOOK, /* Handset @ addr went on-hook. */ HSCAUD_HOOKSWITCH_OFF_HOOK /* Handset @ addr went off-hook. */} ;typedef UINT16 TD_HSCAUD_HOOKSWITCH_IND_TYPE;#ifdef __cplusplus /* Allow #include in a C++ file. */}#endif#endif /* End Of Definitions. */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?