C# 클래스 MechArcher.CommuncationControl

파일 보기 프로젝트 열기: RITMechArch/MechArch 1 사용 예제들

공개 메소드들

메소드 설명
getInstance ( ) : CommuncationControl
sendDraw ( ) : bool
sendESTOP ( ) : bool
sendFire ( ) : bool
sendRetract ( ) : bool
setLCD ( string message ) : string

비공개 메소드들

메소드 설명
CommuncationControl ( ) : System

메소드 상세

getInstance() 공개 메소드

public getInstance ( ) : CommuncationControl
리턴 CommuncationControl

sendDraw() 공개 메소드

public sendDraw ( ) : bool
리턴 bool

sendESTOP() 공개 메소드

public sendESTOP ( ) : bool
리턴 bool

sendFire() 공개 메소드

public sendFire ( ) : bool
리턴 bool

sendRetract() 공개 메소드

public sendRetract ( ) : bool
리턴 bool

setLCD() 공개 메소드

public setLCD ( string message ) : string
message string
리턴 string