C# Class Hpgl.Converters.Hpgl2SerialConsole

Inheritance: Hpgl2Serial
Afficher le fichier Open project: spustlik/plotr Class Usage Examples

Méthodes publiques

Méthode Description
Hpgl2SerialConsole ( string serialParams ) : System
ProcessCommands ( ) : void

Méthodes protégées

Méthode Description
Send ( string ins ) : string

Private Methods

Méthode Description
DumpCommands ( ) : void
KeybardLoop ( ) : void
MovePen ( ConsoleKeyInfo k ) : void
PressedKey ( ) : ConsoleKeyInfo?
TestKeyboard ( ) : void

Method Details

Hpgl2SerialConsole() public méthode

public Hpgl2SerialConsole ( string serialParams ) : System
serialParams string
Résultat System

ProcessCommands() public méthode

public ProcessCommands ( ) : void
Résultat void

Send() protected méthode

protected Send ( string ins ) : string
ins string
Résultat string