C# Class Emul8.Backends.Terminals.ServerSocketTerminal

Inheritance: BackendTerminal, IDisposable
Afficher le fichier Open project: emul8/emul8

Méthodes publiques

Méthode Description
Dispose ( ) : void
ServerSocketTerminal ( int port, bool emitConfigBytes = true ) : System
WriteChar ( byte value ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ServerSocketTerminal() public méthode

public ServerSocketTerminal ( int port, bool emitConfigBytes = true ) : System
port int
emitConfigBytes bool
Résultat System

WriteChar() public méthode

public WriteChar ( byte value ) : void
value byte
Résultat void