⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 messageprotocolconstants.h

📁 S60培训教材代码(连载)
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -