messageprotocolconstants.h

来自「Symbian下的p2p工程」· C头文件 代码 · 共 23 行

H
23
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?