C# Class Ev3devMapping.ControlHeader

Afficher le fichier Open project: bmegli/ev3dev-mapping-ui

Méthodes publiques

Свойство Type Description
command ControlCommands
payload_length ushort
protocol_version byte
timestamp_us ulong

Méthodes publiques

Méthode Description
FromBinary ( BinaryReader reader ) : void
ToBinary ( BinaryWriter writer ) : int

Method Details

FromBinary() public méthode

public FromBinary ( BinaryReader reader ) : void
reader BinaryReader
Résultat void

ToBinary() public méthode

public ToBinary ( BinaryWriter writer ) : int
writer BinaryWriter
Résultat int

Property Details

command public_oe property

public ControlCommands command
Résultat ControlCommands

payload_length public_oe property

public ushort payload_length
Résultat ushort

protocol_version public_oe property

public byte protocol_version
Résultat byte

timestamp_us public_oe property

public ulong timestamp_us
Résultat ulong