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

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

Méthodes publiques

Méthode Description
AvailableSphero ( BluetoothDeviceInfo peerInformation ) : 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 ( BluetoothDeviceInfo peerInformation ) : System
peerInformation BluetoothDeviceInfo
Résultat System

Connect() public méthode

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