btobjectexchange.hrh
来自「This C++ code example provides a method 」· HRH 代码 · 共 33 行
HRH
33 行
/* Copyright (c) 2004, Nokia. All rights reserved */
#ifndef __BTOBJECTEXCHANGE_HRH__
#define __BTOBJECTEXCHANGE_HRH__
/** BTObjectExchange enumerate command codes */
enum TBTObjectExchangeIds
{
EBTObjectExchangeStartServer = 1, // start value must not be 0
EBTObjectExchangeStopServer,
EBTObjectExchangeConnect,
EBTObjectExchangeSendMessage,
EBTObjectExchangeDisconnect,
EBTObjectExchangeClearList,
ESendViaSendUi, // This is the base for which the selected
// MTMs are indexed against
ESendViaSendUi1, // Dummy commands for the MTMs
ESendViaSendUi2,
ESendViaSendUi3,
ESendViaSendUi4,
ESendViaSendUi5,
ESendViaSendUi6,
ESendViaSendUi7,
ESendViaSendUi8,
ESendViaSendUi9
};
#endif // __BTOBJECTEXCHANGE_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?