C# Class Microsoft.Networking.Mavlink.MAVLink.mavlink_serial_control_t

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
baudrate System.UInt32
count byte
device byte
flags byte
timeout System.UInt16

Property Details

baudrate public_oe property

Baudrate of transfer. Zero means no change.
public UInt32,System baudrate
Résultat System.UInt32

count public_oe property

how many bytes in this transfer
public byte count
Résultat byte

device public_oe property

See SERIAL_CONTROL_DEV enum
public byte device
Résultat byte

flags public_oe property

See SERIAL_CONTROL_FLAG enum
public byte flags
Résultat byte

timeout public_oe property

Timeout for reply data in milliseconds
public UInt16,System timeout
Résultat System.UInt16