hwrmtestapp.hrh

来自「平台symbian。 功能:获取系统信息。」· HRH 代码 · 共 42 行

HRH
42
字号
/*
* ==============================================================================
*  Name        : HWRMTestApp.hrh
*  Part of     : HWRMTestApp
*  Interface   : 
*  Description : This file contains declarations for constants of HWRMTestApp.
*                The file can be included in C++ or resource file.
*  Version     : 
*
*  Copyright (c) 2002-2006 Nokia Corporation.
*  This material, including documentation and any related 
*  computer programs, is protected by copyright controlled by 
*  Nokia Corporation. 
* ==============================================================================
*/

#ifndef HWRMTESTAPP_HRH
#define HWRMTESTAPP_HRH

enum THWRMTestAppCommandIds
    {
    EHWRMTestAppCmdVibra = 1,
    EHWRMTestAppCmdVibraReserve = 2,
    EHWRMTestAppCmdVibraRelease = 3,
    EHWRMTestAppCmdVibraStart = 4,
    EHWRMTestAppCmdVibraStop = 5,
    EHWRMTestAppCmdVibraSettings = 6,
    EHWRMTestAppCmdVibraStatus = 7,
    EHWRMTestAppCmdLights = 8,
    EHWRMTestAppCmdLightsReserve = 9,
    EHWRMTestAppCmdLightsRelease = 10,
    EHWRMTestAppCmdLightsOn = 11,
    EHWRMTestAppCmdLightsBlink = 12,
    EHWRMTestAppCmdLightsOff = 13,
    EHWRMTestAppCmdLightsStatus = 14
    };

#endif  // HWRMTESTAPP_HRH

// End of File

⌨️ 快捷键说明

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