C# Class GobiLoader.Messages.Message

Afficher le fichier Open project: joshperry/stuff

Protected Properties

Свойство Type Description
rbuf byte[]

Méthodes publiques

Méthode Description
Receive ( Stream stream ) : void
Send ( Stream stream ) : void

Méthodes protégées

Méthode Description
GetCRC ( byte buf ) : byte[]
PrintByteArray ( byte buf ) : string
PrintByteArray ( byte buf, int len ) : string

Method Details

GetCRC() protected méthode

protected GetCRC ( byte buf ) : byte[]
buf byte
Résultat byte[]

PrintByteArray() protected méthode

protected PrintByteArray ( byte buf ) : string
buf byte
Résultat string

PrintByteArray() protected méthode

protected PrintByteArray ( byte buf, int len ) : string
buf byte
len int
Résultat string

Receive() public méthode

public Receive ( Stream stream ) : void
stream Stream
Résultat void

Send() public méthode

public Send ( Stream stream ) : void
stream Stream
Résultat void

Property Details

rbuf protected_oe property

protected byte[] rbuf
Résultat byte[]