C# Class Emul8.Backends.Terminals.ServerSocketTerminal

Inheritance: BackendTerminal, IDisposable
Show file Open project: emul8/emul8

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ServerSocketTerminal() public method

public ServerSocketTerminal ( int port, bool emitConfigBytes = true ) : System
port int
emitConfigBytes bool
return System

WriteChar() public method

public WriteChar ( byte value ) : void
value byte
return void