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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
chan1_raw System.UInt16
chan2_raw System.UInt16
chan3_raw System.UInt16
chan4_raw System.UInt16
chan5_raw System.UInt16
chan6_raw System.UInt16
chan7_raw System.UInt16
chan8_raw System.UInt16
target_component byte
target_system byte

Property Details

chan1_raw public_oe property

RC channel 1 value, in microseconds. A value of UINT16_MAX means to ignore this field.
public UInt16,System chan1_raw
Résultat System.UInt16

chan2_raw public_oe property

RC channel 2 value, in microseconds. A value of UINT16_MAX means to ignore this field.
public UInt16,System chan2_raw
Résultat System.UInt16

chan3_raw public_oe property

RC channel 3 value, in microseconds. A value of UINT16_MAX means to ignore this field.
public UInt16,System chan3_raw
Résultat System.UInt16

chan4_raw public_oe property

RC channel 4 value, in microseconds. A value of UINT16_MAX means to ignore this field.
public UInt16,System chan4_raw
Résultat System.UInt16

chan5_raw public_oe property

RC channel 5 value, in microseconds. A value of UINT16_MAX means to ignore this field.
public UInt16,System chan5_raw
Résultat System.UInt16

chan6_raw public_oe property

RC channel 6 value, in microseconds. A value of UINT16_MAX means to ignore this field.
public UInt16,System chan6_raw
Résultat System.UInt16

chan7_raw public_oe property

RC channel 7 value, in microseconds. A value of UINT16_MAX means to ignore this field.
public UInt16,System chan7_raw
Résultat System.UInt16

chan8_raw public_oe property

RC channel 8 value, in microseconds. A value of UINT16_MAX means to ignore this field.
public UInt16,System chan8_raw
Résultat System.UInt16

target_component public_oe property

Component ID
public byte target_component
Résultat byte

target_system public_oe property

System ID
public byte target_system
Résultat byte