C# Class Cirrious.Sphero.WorkBench.Core.ViewModels.SpheroSubViewModels.SpheroSpeechViewModel

Inheritance: BaseSpheroMovementViewModel
Datei anzeigen Open project: slodge/BallControl Class Usage Examples

Public Methods

Method Description
SpheroSpeechViewModel ( ISpheroParentViewModel parent ) : System.Collections.Generic

Private Methods

Method Description
Black ( ) : void
Blue ( ) : void
BuildActions ( ) : void
DoEnsureSpeechIs ( bool on ) : void
End ( ) : void
Forwards ( ) : void
Green ( ) : void
Left ( ) : void
Red ( ) : void
Reverse ( ) : void
Right ( ) : void
SendColorCommand ( int red, int green, int blue ) : void
SendRollCommand ( int speed, int direction, bool isStop = false ) : void
SendTailCommand ( bool on ) : void
SendTurnCommand ( int turn ) : void
SpeechListenerOnHeard ( object sender, MvxValueEventArgs e ) : void
Stop ( ) : void
TailOff ( ) : void
TailOn ( ) : void
Turn180 ( ) : void
Turn270 ( ) : void
Turn90 ( ) : void
White ( ) : void

Method Details

SpheroSpeechViewModel() public method

public SpheroSpeechViewModel ( ISpheroParentViewModel parent ) : System.Collections.Generic
parent ISpheroParentViewModel
return System.Collections.Generic