C# Class Emul8.CLI.TerminalIOSource

Inheritance: IActiveIOSource, IDisposable
Afficher le fichier Open project: emul8/emul8 Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Flush ( ) : void
HandleInput ( int b ) : void
TerminalIOSource ( Terminal terminal ) : System
Write ( byte b ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

HandleInput() public méthode

public HandleInput ( int b ) : void
b int
Résultat void

TerminalIOSource() public méthode

public TerminalIOSource ( Terminal terminal ) : System
terminal Terminal
Résultat System

Write() public méthode

public Write ( byte b ) : void
b byte
Résultat void