messageprotocolconstants.h
来自「S60培训教材代码(连载)」· C头文件 代码 · 共 15 行
H
15 行
/* Copyright (c) 2002, Nokia Mobile Phones. All rights reserved */
#ifndef __CMESSAGE_PROTOCOL_CONSTANTS__
#define __CMESSAGE_PROTOCOL_CONSTANTS__
#include <e32def.h>
#include <bt_sock.h>
static const TInt KServiceClass = 0x1201; // Generic Networking
static const TSdpAttributeID KAppUIDAttr = 0x0300; // this is the same as the service version attribute
_LIT(KServiceName,"S60BTLab");
_LIT(KServiceDescription,"Two player bouncing ball game example");
#endif //__CMESSAGE_PROTOCOL_CONSTANTS__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?