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

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

Méthodes publiques

Méthode Description
AvailableSphero ( PeerInformation 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 ( PeerInformation peerInformation ) : System
peerInformation Windows.Networking.Proximity.PeerInformation
Résultat System

Connect() public méthode

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