C# 클래스 NitroDebugger.RSP.Presentation

Represents the Presentation layer.
파일 보기 프로젝트 열기: pleonex/NitroDebugger 1 사용 예제들

공개 메소드들

메소드 설명
CancelRead ( Task taskToCancell ) : void
Close ( ) : void
Presentation ( string hostname, int port ) : System
ReceiveReply ( ) : ReplyPacket
SendCommand ( CommandPacket command ) : void
SendInterrupt ( ) : ReplyPacket
SendNack ( ) : void

비공개 메소드들

메소드 설명
NextReply ( ) : ReplyPacket
ResetCancellationToken ( ) : void
SendData ( byte data ) : void

메소드 상세

CancelRead() 공개 메소드

public CancelRead ( Task taskToCancell ) : void
taskToCancell Task
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Presentation() 공개 메소드

public Presentation ( string hostname, int port ) : System
hostname string
port int
리턴 System

ReceiveReply() 공개 메소드

public ReceiveReply ( ) : ReplyPacket
리턴 ReplyPacket

SendCommand() 공개 메소드

public SendCommand ( CommandPacket command ) : void
command CommandPacket
리턴 void

SendInterrupt() 공개 메소드

public SendInterrupt ( ) : ReplyPacket
리턴 ReplyPacket

SendNack() 공개 메소드

public SendNack ( ) : void
리턴 void