Method | Description | |
---|---|---|
Close ( ) : void | ||
ReadByte ( ) : byte | ||
ReadPacket ( byte separator ) : byte[] | ||
Session ( string hostname, int port ) : System | ||
Write ( byte data ) : void |
Method | Description | |
---|---|---|
GetPacket ( byte separator ) : byte[] | ||
UpdateBuffer ( ) : void |
public ReadPacket ( byte separator ) : byte[] | ||
separator | byte | |
return | byte[] |
public Session ( string hostname, int port ) : System | ||
hostname | string | |
port | int | |
return | System |