td_va_group_types.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 73 行
H
73 行
#ifndef TD_VA_GROUP_TYPES_INCLUDE#define TD_VA_GROUP_TYPES_INCLUDE/*(c) Copyright Motorola 1997, All rights reserved.Motorola Confidential ProprietaryContains 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/*DESCRIPTION: This file defines the group list for the voice tags. *//******************************* REVISION HISTORY ****************************** Date Author Reference Number ======== ======== ================ 97.05.15 slam PR - CSGce39558 - Initial Release*******************************************************************************//* INCLUDES *//*************************************************************************** *//* code *//*************************************************************************** *//* Global group index defines ------------------------------------*/enum{ /* group for all phonebook voice tags */ VA_GROUP_VOICE_NOTES, /* 0x00 */ /* group for all quick access voice tags */ VA_GROUP_ANSWERING_MACHINE, /* 0x01 */ /* all groups */ VA_ALL_GROUPS, /* Groups 0xf0 through 0xfe are reserved for pre-recorded prompt */ /* invalid group */ VA_INVALID_GROUP = 0xff };typedef UINT8 TD_VA_GROUP_TYPE;#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?