C# Class NitroDebugger.RSP.Presentation

Represents the Presentation layer.
ファイルを表示 Open project: pleonex/NitroDebugger Class Usage Examples

Public Methods

Method 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

Method Description
NextReply ( ) : ReplyPacket
ResetCancellationToken ( ) : void
SendData ( byte data ) : void

Method Details

CancelRead() public method

public CancelRead ( Task taskToCancell ) : void
taskToCancell Task
return void

Close() public method

public Close ( ) : void
return void

Presentation() public method

public Presentation ( string hostname, int port ) : System
hostname string
port int
return System

ReceiveReply() public method

public ReceiveReply ( ) : ReplyPacket
return ReplyPacket

SendCommand() public method

public SendCommand ( CommandPacket command ) : void
command CommandPacket
return void

SendInterrupt() public method

public SendInterrupt ( ) : ReplyPacket
return ReplyPacket

SendNack() public method

public SendNack ( ) : void
return void