C# Class ScooterController.Controller.HardwareInstructionController

Inheritance: HardwareBaseController
Afficher le fichier Open project: vejuhust/msft-scooter Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteInstruction ( HardwareInstruction instruction ) : void

Private Methods

Méthode Description
ActMoveBack ( long unit ) : void
ActMoveForward ( long unit ) : void
ActTurnLeft ( long unit ) : void
ActTurnRight ( long unit ) : void
SetSpeed ( long targetSpeed ) : void

Method Details

ExecuteInstruction() public méthode

public ExecuteInstruction ( HardwareInstruction instruction ) : void
instruction ScooterController.InstructionSet.HardwareInstruction
Résultat void