C# Class NitroDebugger.RSP.Session

Represents the session layer.
Show file Open project: pleonex/NitroDebugger Class Usage Examples

Public Methods

Method Description
Close ( ) : void
ReadByte ( ) : byte
ReadPacket ( byte separator ) : byte[]
Session ( string hostname, int port ) : System
Write ( byte data ) : void

Private Methods

Method Description
GetPacket ( byte separator ) : byte[]
UpdateBuffer ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadPacket() public method

public ReadPacket ( byte separator ) : byte[]
separator byte
return byte[]

Session() public method

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

Write() public method

public Write ( byte data ) : void
data byte
return void