bluetoothengine_extensibleplugin.hrh

来自「Symbian C++ 蓝牙例程」· HRH 代码 · 共 46 行

HRH
46
字号
/* ====================================================================
 * File: BluetoothEngine_ExtensiblePlugIn.hrh
 * Created: 23/08/07
 * Author: 
 * Copyright (c): , All rights reserved
 * ==================================================================== */

#ifndef __BluetoothEngine_ExtensiblePlugIn_HRH__
#define __BluetoothEngine_ExtensiblePlugIn_HRH__

/** BluetoothEngine_ExtensiblePlugIn enumerate command codes */
enum TBluetoothEngine_ExtensiblePlugInIds
    {
    EBluetoothEngine_ExtensiblePlugInCommand1 = 1,  // start value must not be 0
    EBluetoothEngine_ExtensiblePlugInCommand2,
    EBluetoothEngine_ExtensiblePlugInCommand3,
    EBluetoothEngine_ExtensiblePlugInCommand4,
    EBluetoothEngine_ExtensiblePlugInCommand5,
    EBluetoothEngine_ExtensiblePlugInCommand6,
    EBluetoothEngine_ExtensiblePlugInCommand7,
    EBluetoothEngine_ExtensiblePlugInCommand8,
    EBluetoothEngine_ExtensiblePlugInCommand9,
    EBluetoothEngine_ExtensiblePlugInCommand10,
    EBluetoothEngine_ExtensiblePlugInCommand11,
    EBluetoothEngine_ExtensiblePlugInCommand12,
    EBluetoothEngine_ExtensiblePlugInCommand13,
    EBluetoothEngine_ExtensiblePlugInCommand14,
    EBluetoothEngine_ExtensiblePlugInCommand15,
    EBTDiscHidden,
    EBTDiscGeneral,
    EBTDiscTemp,
    EBTSearchGeneral,
    EBTSearchLimit,
    EBTPowerOn,
    EBTPowerOff,
    EBTSapEnable,
    EBTSapDisable,
    EBTGetDevice,
    EBTGetDevices,
    EBTDeleteDevice,
    EBTModifyDevice
    };


#endif // __BluetoothEngine_ExtensiblePlugIn_HRH__

⌨️ 快捷键说明

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