www.pudn.com > S60_Platform_Bluetooth_OBEX_Example.rar > btobjectexchange.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__