C# Class MechArcher.CommuncationControl

Mostrar archivo Open project: RITMechArch/MechArch Class Usage Examples

Public Methods

Method Description
getInstance ( ) : CommuncationControl
sendDraw ( ) : bool
sendESTOP ( ) : bool
sendFire ( ) : bool
sendRetract ( ) : bool
setLCD ( string message ) : string

Private Methods

Method Description
CommuncationControl ( ) : System

Method Details

getInstance() public method

public getInstance ( ) : CommuncationControl
return CommuncationControl

sendDraw() public method

public sendDraw ( ) : bool
return bool

sendESTOP() public method

public sendESTOP ( ) : bool
return bool

sendFire() public method

public sendFire ( ) : bool
return bool

sendRetract() public method

public sendRetract ( ) : bool
return bool

setLCD() public method

public setLCD ( string message ) : string
message string
return string