?? 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 + -