C# Class Poderosa.Protocols.RawTerminalConnection

Inheritance: ITerminalConnection, ITerminalOutput
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode 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 méthode

public AreYouThere ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

GetAdapter() public méthode

public GetAdapter ( Type adapter ) : IAdaptable
adapter System.Type
Résultat IAdaptable

RawTerminalConnection() public méthode

public RawTerminalConnection ( IPoderosaSocket socket, ITerminalParameter tp ) : System
socket IPoderosaSocket
tp ITerminalParameter
Résultat System

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void

SendBreak() public méthode

public SendBreak ( ) : void
Résultat void

SendKeepAliveData() public méthode

public SendKeepAliveData ( ) : void
Résultat void