C# Class CodeImp.Gluon.ObexManager

Mostra file Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetBluetoothDevices ( ObexBluetoothDevice &devices ) : bool
Initialize ( ) : void
ObexManager ( ) : System
SendObject ( ObexTransferObject obj ) : bool

Private Methods

Method Description
Transfer ( ObexTransferObject obj ) : void
UpdateThread ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetBluetoothDevices() public method

public GetBluetoothDevices ( ObexBluetoothDevice &devices ) : bool
devices ObexBluetoothDevice
return bool

Initialize() public method

public Initialize ( ) : void
return void

ObexManager() public method

public ObexManager ( ) : System
return System

SendObject() public method

public SendObject ( ObexTransferObject obj ) : bool
obj ObexTransferObject
return bool