C# Class Emul8.Backends.Terminals.ServerSocketTerminalExtensions

Show file Open project: emul8/emul8

Public Methods

Method Description
CreateServerSocketTerminal ( this emulation, int port, string name, bool emitConfig = false ) : void

Method Details

CreateServerSocketTerminal() public static method

public static CreateServerSocketTerminal ( this emulation, int port, string name, bool emitConfig = false ) : void
emulation this
port int
name string
emitConfig bool
return void