C# 클래스 ScooterController.Controller.HardwareInstructionController

상속: HardwareBaseController
파일 보기 프로젝트 열기: vejuhust/msft-scooter 1 사용 예제들

공개 메소드들

메소드 설명
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