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