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

📄 blueshareconstants.h

📁 蓝牙传输文件, symbian3.0 系统下. 2FP没有试过
💻 H
字号:
#ifndef BLUESHARE_H
#define BLUESHARE_H

// INCLUDES
#include <e32def.h>
#include <bt_sock.h>

// CONSTANTS
const TUid KUidBTObjectExchangeApp = { 0xE0005b8e };
const TUint KBtProtocolIdOBEX = 0x0008;
const TUint KRfcommChannel = 1;
const TUint KServiceClass = 0x1105;
// Used by ObjectExchangeServer.h
const TInt KBufferGranularity = 1024;
const TInt KSimultainousSocketsOpen = 8;

_LIT( KServerTransportName,"RFCOMM" );
_LIT( KStrRFCOMM,"RFCOMM" );

_LIT(KTxtEPOC32EX,"EXAMPLES");
_LIT(KTxtExampleCode,"Symbian OS Example Code");
_LIT(KFormatFailed,"failed: leave code=%d");
_LIT(KTxtOK,"Copied\n");
_LIT(KTxtPressAnyKey,"[Press any key to continue]");

_LIT(KDebug, "Sent");

_LIT(KErrNRRCErr,"NRRC ERR");

// Where the sis file is copied 
_LIT(KBSAppFileName ,"c:\\data\\blueshare.sisx");
_LIT(KFileName, "C:\\private\\0xE0005B8E\\blueshare.sisx");

// the name of the application sis file
_LIT(KMatchSis, "blueshare.sisx");


#endif // BLUESHARE_H   

// End of File

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -