aud_va_command_req.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 77 行
H
77 行
#ifndef AUD_VA_COMMAND_REQ_INCLUDE#define AUD_VA_COMMAND_REQ_INCLUDE#ifdef __cplusplus /* allow #include in a C++ file */extern "C" {#endif/* (c) Copyright Motorola 1997, 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 format for the aud_va_command_req ************** REVISION HISTORY ********************************************** Date Author Reference ======== ======== ========================== 00-04-16 Dale Noble CR - 55011 Removed include of std_def.h replaced with suapi.h 97-08-08 slam PR - CSGce11361 - Add constant definition for all voice notes used in DVA deletion. 97-08-02 mbonness PR - CSGce11361 VA Interface - Upgraded request primitive to meet new design specifications. 97.06.11 mgilot PR - CSGce10842 - Created a c function to send VA request to Aud. 97.02.18 mbonness PR - CSGce07122 - Initial version *//************** HEADER FILE INCLUDES ******************************************/#ifndef SUAPI_INCLUDE#include <SUAPI/suapi.h>#endif#include "va_command_req.h"#include "td_va_command.h"/************** CONSTANTS *****************************************************/#define AUD_VA_ALL_VOICE_NOTES 0xff /* select all voice notes *//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************/typedef VA_COMMAND_REQ AUD_VA_COMMAND_REQ;/************** FUNCTION PROTOTYPES *******************************************//*voidaud_va_command_req( TD_VA_COMMAND command, UINT8 voicenote_number, TD_MAIL_ADDRESS return_address );*//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?