C# Класс ScooterController.Controller.HardwareInstructionController

Наследование: HardwareBaseController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExecuteInstruction ( HardwareInstruction instruction ) : void

Приватные методы

Метод Описание
ActMoveBack ( long unit ) : void
ActMoveForward ( long unit ) : void
ActTurnLeft ( long unit ) : void
ActTurnRight ( long unit ) : void
SetSpeed ( long targetSpeed ) : void

Описание методов

ExecuteInstruction() публичный Метод

public ExecuteInstruction ( HardwareInstruction instruction ) : void
instruction ScooterController.InstructionSet.HardwareInstruction
Результат void