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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
custom_len byte
instance byte
pattern byte
target_component byte
target_system byte

Property Details

custom_len public_oe property

Custom Byte Length
public byte custom_len
Résultat byte

instance public_oe property

Instance (LED instance to control or 255 for all LEDs)
public byte instance
Résultat byte

pattern public_oe property

Pattern (see LED_PATTERN_ENUM)
public byte pattern
Résultat byte

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