C# Class Cirrious.MvvmCross.Plugins.Sphero.Droid.Tooth.AvailableSphero

Inheritance: BaseSphero, IAvailableSphero
Datei anzeigen Open project: slodge/BallControl

Public Methods

Method Description
AvailableSphero ( Android.Bluetooth.BluetoothDevice bluetoothDevice ) : System
Connect ( Action onSuccess, Action onError ) : void

Private Methods

Method Description
DoConnect ( Action onSuccess, Action onError ) : void

Method Details

AvailableSphero() public method

public AvailableSphero ( Android.Bluetooth.BluetoothDevice bluetoothDevice ) : System
bluetoothDevice Android.Bluetooth.BluetoothDevice
return System

Connect() public method

public Connect ( Action onSuccess, Action onError ) : void
onSuccess Action
onError Action
return void