C# 클래스 NitroDebugger.RSP.Session

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

공개 메소드들

메소드 설명
Close ( ) : void
ReadByte ( ) : byte
ReadPacket ( byte separator ) : byte[]
Session ( string hostname, int port ) : System
Write ( byte data ) : void

비공개 메소드들

메소드 설명
GetPacket ( byte separator ) : byte[]
UpdateBuffer ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadPacket() 공개 메소드

public ReadPacket ( byte separator ) : byte[]
separator byte
리턴 byte[]

Session() 공개 메소드

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

Write() 공개 메소드

public Write ( byte data ) : void
data byte
리턴 void