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

Inheritance: BaseSphero, IAvailableSphero
Afficher le fichier Open project: slodge/BallControl

Méthodes publiques

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

Private Methods

Méthode Description
DoConnect ( Action onSuccess, Action onError ) : void

Method Details

AvailableSphero() public méthode

public AvailableSphero ( Android.Bluetooth.BluetoothDevice bluetoothDevice ) : System
bluetoothDevice Android.Bluetooth.BluetoothDevice
Résultat System

Connect() public méthode

public Connect ( Action onSuccess, Action onError ) : void
onSuccess Action
onError Action
Résultat void