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

Inheritance: BaseSphero, IAvailableSphero
Show file Open project: slodge/BallControl

Public Methods

Method Description
AvailableSphero ( BluetoothDeviceInfo peerInformation ) : System
Connect ( Action onSuccess, Action onError ) : void

Private Methods

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

Method Details

AvailableSphero() public method

public AvailableSphero ( BluetoothDeviceInfo peerInformation ) : System
peerInformation BluetoothDeviceInfo
return System

Connect() public method

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