C# Class Hpgl.Converters.Hpgl2SerialConsole

Inheritance: Hpgl2Serial
Exibir arquivo Open project: spustlik/plotr Class Usage Examples

Public Methods

Method Description
Hpgl2SerialConsole ( string serialParams ) : System
ProcessCommands ( ) : void

Protected Methods

Method Description
Send ( string ins ) : string

Private Methods

Method Description
DumpCommands ( ) : void
KeybardLoop ( ) : void
MovePen ( ConsoleKeyInfo k ) : void
PressedKey ( ) : ConsoleKeyInfo?
TestKeyboard ( ) : void

Method Details

Hpgl2SerialConsole() public method

public Hpgl2SerialConsole ( string serialParams ) : System
serialParams string
return System

ProcessCommands() public method

public ProcessCommands ( ) : void
return void

Send() protected method

protected Send ( string ins ) : string
ins string
return string