hscaud_dtmf_fbk_mute_ind.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 53 行
H
53 行
#ifndef HSCAUD_DTMF_FBK_MUTE_IND_INCLUDE# define HSCAUD_DTMF_FBK_MUTE_IND_INCLUDE/************************************************************************ DESCRIPTION:** DATA STRUCTURE DEFINITIONS for HandSet Control indication TO SET* the state of DTMF fbk muting. ************************************************************************* (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. 00-04-16 Dale Noble CR - 55011 Removed include of std_def.h replaced with suapi.h***********************************************************************/#ifndef SUAPI_INCLUDE#include <SUAPI/suapi.h>#endif#ifndef TD_HSCAUD_DTMF_FBK_MUTE_IND_TYPE_INCLUDE# error Need Include File td_hscaud_dtmf_fbk_mut_ind_typ.h#endif#ifdef __cplusplus /* Allow #include in a C++ file. */extern "C" {#endif /******************************************************************* * PRIMITIVE DATA STRUCTURE DEFINITION *******************************************************************/typedef struct{ TD_HSCAUD_DTMF_FBK_MUTE_IND_TYPE req_type; /* Type of indicator. */} HSCAUD_DTMF_FBK_MUTE_IND;#ifdef __cplusplus /* Allow #include in a C++ file. */}#endif#endif /* End Of Definitions. */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?