td_reference_transaction_id.h

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

H
47
字号
#ifndef TD_REFERENCE_TRANSACTION_ID_INCLUDE#define TD_REFERENCE_TRANSACTION_ID_INCLUDE/*(c) Copyright Motorola 1990, 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: transaction identifier used in the reference_id in all mmcm primitives.The transaction identifier as defined in GSM 4.08, section 10.3 is on the lower four bits.  The upper four bits are reserved for special valuesbetween the TM and other entities.*//* INCLUDES *//****************************************************************************/typedef UINT8 TD_REFERENCE_TRANSACTION_ID;/****************************************************************************//* Wild card TID used between MM and the TM.  When the TM receives a primitivefrom MM with this TID, it will send a copy of the primitive to each activeCM entity matching the PD.  Examples include the mmcm_err_ind and the mmcm_rel_ind.*/#define TD_WILD_CARD_TRANSACTION_ID     0X80#define TD_SMS_CB_TRANSACTION_ID        0x81/*Used for TM to MMI transactions.  If an entity requesting a TID from the TMgets this value in response, no TID's are currently available.*/#define TD_NULL_TRANSACTION_ID          0X90#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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