📄 am_app_feature_server.h
字号:
#ifndef AM_APP_FEATURE_SERVER_INCLUDE#define AM_APP_FEATURE_SERVER_INCLUDE/* (c) Copyright Motorola 1996 All rights reserved. * Motorola Confidential Proprietary * Contains 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#include <SUAPI/suapi.h>#include <SYNERGY_DEVICE_LAYER/dl_db_feature_ids.h> /* list all feaures managed by audio, here, we assume no mmiloc feature id will be greated than 0xff */enum{ START_AM_FEATURE_ID = 0xff, AM_FEATURE_ID_MUTE /* audio mute feature */};typedef UINT16 AM_FEATURE_ID_TYPE;UINT32 am_app_feature_server_read_state (DL_DB_FEATURE_ID_T feature_id);#ifdef __cplusplus /* Allow #include in a C++ file. */}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -