C# Class Cirrious.MvvmCross.Plugins.Sphero.HackFileShare.NonAwaitingConnectedSpheroRunner

Afficher le fichier Open project: slodge/BallControl Class Usage Examples

Méthodes publiques

Méthode Description
Disconnect ( ) : void
NonAwaitingConnectedSpheroRunner ( IStreamSocketWrapper streamSpheroWrapper ) : System
RaiseDisconnected ( ) : void
SendAndReceive ( ISpheroCommand command, Action onSuccess, Action onError ) : void
Start ( ) : void

Private Methods

Méthode Description
ProcessCommandResponse ( SpheroResponse response ) : void
ReceiveResponse ( ) : SpheroResponse
ReceiveResponses ( ) : void
SendCommand ( CommandWithActions toSend ) : void
SendCommmands ( ) : void

Method Details

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

NonAwaitingConnectedSpheroRunner() public méthode

public NonAwaitingConnectedSpheroRunner ( IStreamSocketWrapper streamSpheroWrapper ) : System
streamSpheroWrapper IStreamSocketWrapper
Résultat System

RaiseDisconnected() public méthode

public RaiseDisconnected ( ) : void
Résultat void

SendAndReceive() public méthode

public SendAndReceive ( ISpheroCommand command, Action onSuccess, Action onError ) : void
command ISpheroCommand
onSuccess Action
onError Action
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void