xinshebt.hrh
来自「打开蓝牙」· HRH 代码 · 共 30 行
HRH
30 行
/* Copyright (c) 2009, Nokia. All rights reserved */
#ifndef __XINSHEBT_HRH__
#define __XINSHEBT_HRH__
// XinSheBT enumerate command codes
enum TXinSheBTIds
{
EXinSheBTViewCmdGoodbye = 0x6000,// ensure they do not coincide with predefined commands
EXinSheBTViewConnect,
EXinSheBTViewReceive,
EXinSheBTViewStopReceive,
EXinSheBTViewSend,
EBluetoothReply,
EBluetoothinternetFindDeivce,
EBluetoothinternetBack,
EXinSheBTWapBrowser
// add further enumerations here
};
enum TXinSheBTViewDlgLineId // dialog line ids
{
EXinSheBTViewDlg1Label = 0x1000,
EBluetoothConnectionWaitDialog
};
#endif // __XINSHEBT_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?