C# Class Poderosa.Protocols.RawTerminalConnection

Inheritance: ITerminalConnection, ITerminalOutput
ファイルを表示 Open project: poderosaproject/poderosa

Public Methods

Method Description
AreYouThere ( ) : void
Close ( ) : void
GetAdapter ( Type adapter ) : IAdaptable
RawTerminalConnection ( IPoderosaSocket socket, ITerminalParameter tp ) : System
Resize ( int width, int height ) : void
SendBreak ( ) : void
SendKeepAliveData ( ) : void

Method Details

AreYouThere() public method

public AreYouThere ( ) : void
return void

Close() public method

public Close ( ) : void
return void

GetAdapter() public method

public GetAdapter ( Type adapter ) : IAdaptable
adapter System.Type
return IAdaptable

RawTerminalConnection() public method

public RawTerminalConnection ( IPoderosaSocket socket, ITerminalParameter tp ) : System
socket IPoderosaSocket
tp ITerminalParameter
return System

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void

SendBreak() public method

public SendBreak ( ) : void
return void

SendKeepAliveData() public method

public SendKeepAliveData ( ) : void
return void