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

📄 btobjectexchange.hrh

📁 This C++ code example provides a method for transferring objects or chunks of data from one device
💻 HRH
字号:
/* Copyright (c) 2004, Nokia. All rights reserved */


#ifndef __BTOBJECTEXCHANGE_HRH__
#define __BTOBJECTEXCHANGE_HRH__

/** BTObjectExchange enumerate command codes */
enum TBTObjectExchangeIds
    {
    EBTObjectExchangeStartServer = 1,  // start value must not be 0
    EBTObjectExchangeStopServer,
    EBTObjectExchangeConnect,
    EBTObjectExchangeSendMessage,
    EBTObjectExchangeDisconnect,
    EBTObjectExchangeClearList,
	ESendViaSendUi,	// This is the base for which the selected 
                        // MTMs are indexed against

	ESendViaSendUi1,	// Dummy commands for the MTMs
	ESendViaSendUi2,
	ESendViaSendUi3,
	ESendViaSendUi4,
	ESendViaSendUi5,
	ESendViaSendUi6,
	ESendViaSendUi7,
	ESendViaSendUi8,
	ESendViaSendUi9
    
    };


#endif // __BTOBJECTEXCHANGE_HRH__

⌨️ 快捷键说明

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