C# 클래스 Emul8.Backends.Terminals.ServerSocketTerminal

상속: BackendTerminal, IDisposable
파일 보기 프로젝트 열기: emul8/emul8

공개 메소드들

메소드 설명
Dispose ( ) : void
ServerSocketTerminal ( int port, bool emitConfigBytes = true ) : System
WriteChar ( byte value ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ServerSocketTerminal() 공개 메소드

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

WriteChar() 공개 메소드

public WriteChar ( byte value ) : void
value byte
리턴 void