td_hscaud_dtmf_fbk_mut_ind_typ.h

来自「Motorola synergy audio component」· C头文件 代码 · 共 44 行

H
44
字号
#ifndef TD_HSCAUD_DTMF_FBK_MUTE_IND_TYPE_INCLUDE#define TD_HSCAUD_DTMF_FBK_MUTE_IND_TYPE_INCLUDE/************************************************************************	DESCRIPTION:**		Define indicator types for HandSet Controller indication that*	DTMF fbk muting should be set.*************************************************************************  (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#include <SUAPI/su_basictypes.h>	/*******************************************************************	*               INDICATOR TYPES DEFINITION	*******************************************************************/enum{	HSCAUD_DTMF_FBK_UNMUTE = 0,				/* Indication to unmute. */	HSCAUD_DTMF_FBK_MUTE   = 1 				/* Indication to mute. */};typedef UINT16 TD_HSCAUD_DTMF_FBK_MUTE_IND_TYPE;#ifdef __cplusplus         /*  Allow #include in a C++ file.  */}#endif#endif      /* End Of Definitions.  */

⌨️ 快捷键说明

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