C# Class GobiLoader.Messages.Message

Datei anzeigen Open project: joshperry/stuff

Protected Properties

Property Type Description
rbuf byte[]

Public Methods

Method Description
Receive ( Stream stream ) : void
Send ( Stream stream ) : void

Protected Methods

Method Description
GetCRC ( byte buf ) : byte[]
PrintByteArray ( byte buf ) : string
PrintByteArray ( byte buf, int len ) : string

Method Details

GetCRC() protected method

protected GetCRC ( byte buf ) : byte[]
buf byte
return byte[]

PrintByteArray() protected method

protected PrintByteArray ( byte buf ) : string
buf byte
return string

PrintByteArray() protected method

protected PrintByteArray ( byte buf, int len ) : string
buf byte
len int
return string

Receive() public method

public Receive ( Stream stream ) : void
stream Stream
return void

Send() public method

public Send ( Stream stream ) : void
stream Stream
return void

Property Details

rbuf protected_oe property

protected byte[] rbuf
return byte[]