📄 messageprotocolconstants.h
字号:
/* Copyright (c) 2004, Nokia. All rights reserved */
#ifndef __CMESSAGE_PROTOCOL_CONSTANTS__
#define __CMESSAGE_PROTOCOL_CONSTANTS__
// INCLUDES
#include <bt_sock.h>
const TInt KRfcommChannel = 1;
const TInt KServiceClass = 0x1101; // SerialPort
const TUid KUidBTPointToPointApp = { 0x10005B8B };
_LIT( KStrRFCOMM, "RFCOMM" );
const TInt KListeningQueSize = 1;
#endif //__CMESSAGE_PROTOCOL_CONSTANTS__
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -