C# 클래스 UWPRobotController.RomeoControl

상속: IControl
파일 보기 프로젝트 열기: ms-iot/remote-wiring-quick-controllers

공개 메소드들

메소드 설명
RomeoControl ( ) : Microsoft.Maker.RemoteWiring
activateLaser ( ) : void
backward ( byte l, byte r ) : void
forward ( byte l, byte r ) : void
left ( byte l, byte r ) : void
right ( byte l, byte r ) : void
stop ( ) : void

메소드 상세

RomeoControl() 공개 메소드

public RomeoControl ( ) : Microsoft.Maker.RemoteWiring
리턴 Microsoft.Maker.RemoteWiring

activateLaser() 공개 메소드

public activateLaser ( ) : void
리턴 void

backward() 공개 메소드

public backward ( byte l, byte r ) : void
l byte
r byte
리턴 void

forward() 공개 메소드

public forward ( byte l, byte r ) : void
l byte
r byte
리턴 void

left() 공개 메소드

public left ( byte l, byte r ) : void
l byte
r byte
리턴 void

right() 공개 메소드

public right ( byte l, byte r ) : void
l byte
r byte
리턴 void

stop() 공개 메소드

public stop ( ) : void
리턴 void