rat_command_req.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 49 行
H
49 行
#ifndef RAT_COMMAND_REQ_INCLUDE#define RAT_COMMAND_REQ_INCLUDE/*(c) Copyright Motorola 1992, All rights reserved.Motorola Confidential ProprietaryContains confidential proprietary information of Motorola, Inc.Reverse engineering is prohibited.The copyright notice does not imply publication. Date Author Reference ======== ======== ========================== 00-04-16 Dale Noble CR - 55011 Removed include of std_def.h replaced with suapi.h*//* INCLUDES */#ifndef SUAPI_INCLUDE#include <SUAPI/suapi.h>#endif#include "td_rat_commands.h"#ifdef __cplusplus /* Allow # include in a C++ File */extern "C" {#endif/*DESCRIPTION:Sent from clients to the Rat Mgr indicating that the client wishes tochange the state of some Rat device.*/typedef struct{ /* TD_PRIMITIVE_HEADER header; */ TD_RAT_COMMANDS command_type; UINT16 state;} RAT_COMMAND_REQ;#ifdef __cplusplus /* Allow # include in a C++ File */}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?