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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
group_mlx byte
time_usec System.UInt64

Property Details

group_mlx public_oe property

Actuator group. The "_mlx" indicates this is a multi-instance message and a MAVLink parser should use this field to difference between instances.
public byte group_mlx
Résultat byte

time_usec public_oe property

Timestamp (micros since boot or Unix epoch)
public UInt64,System time_usec
Résultat System.UInt64