C# Class NitroDebugger.RSP.Presentation

Represents the Presentation layer.
Afficher le fichier Open project: pleonex/NitroDebugger Class Usage Examples

Méthodes publiques

Méthode Description
CancelRead ( Task taskToCancell ) : void
Close ( ) : void
Presentation ( string hostname, int port ) : System
ReceiveReply ( ) : ReplyPacket
SendCommand ( CommandPacket command ) : void
SendInterrupt ( ) : ReplyPacket
SendNack ( ) : void

Private Methods

Méthode Description
NextReply ( ) : ReplyPacket
ResetCancellationToken ( ) : void
SendData ( byte data ) : void

Method Details

CancelRead() public méthode

public CancelRead ( Task taskToCancell ) : void
taskToCancell Task
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Presentation() public méthode

public Presentation ( string hostname, int port ) : System
hostname string
port int
Résultat System

ReceiveReply() public méthode

public ReceiveReply ( ) : ReplyPacket
Résultat ReplyPacket

SendCommand() public méthode

public SendCommand ( CommandPacket command ) : void
command CommandPacket
Résultat void

SendInterrupt() public méthode

public SendInterrupt ( ) : ReplyPacket
Résultat ReplyPacket

SendNack() public méthode

public SendNack ( ) : void
Résultat void