Méthode | Description | |
---|---|---|
ParseBodyLength ( byte header, int offset, int length ) : int | ||
ParseCommandName ( byte bytes ) : CommandNames | ||
ToBytes ( |
||
ToBytes ( CommandNames name, byte data ) : byte[] |
Méthode | Description | |
---|---|---|
CommandNameToBytes ( CommandNames name ) : IEnumerable |
public ParseBodyLength ( byte header, int offset, int length ) : int | ||
header | byte | |
offset | int | |
length | int | |
Résultat | int |
public ParseCommandName ( byte bytes ) : CommandNames | ||
bytes | byte | |
Résultat | CommandNames |
public ToBytes ( |
||
command | ||
Résultat | byte[] |
public ToBytes ( CommandNames name, byte data ) : byte[] | ||
name | CommandNames | |
data | byte | |
Résultat | byte[] |