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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
command System.UInt16
confirmation byte
param1 System.Single
param2 System.Single
param3 System.Single
param4 System.Single
param5 System.Single
param6 System.Single
param7 System.Single
target_component byte
target_system byte

Property Details

command public_oe property

Command ID, as defined by MAV_CMD enum.
public UInt16,System command
Résultat System.UInt16

confirmation public_oe property

0: First transmission of this command. 1-255: Confirmation transmissions (e.g. for kill command)
public byte confirmation
Résultat byte

param1 public_oe property

Parameter 1, as defined by MAV_CMD enum.
public Single,System param1
Résultat System.Single

param2 public_oe property

Parameter 2, as defined by MAV_CMD enum.
public Single,System param2
Résultat System.Single

param3 public_oe property

Parameter 3, as defined by MAV_CMD enum.
public Single,System param3
Résultat System.Single

param4 public_oe property

Parameter 4, as defined by MAV_CMD enum.
public Single,System param4
Résultat System.Single

param5 public_oe property

Parameter 5, as defined by MAV_CMD enum.
public Single,System param5
Résultat System.Single

param6 public_oe property

Parameter 6, as defined by MAV_CMD enum.
public Single,System param6
Résultat System.Single

param7 public_oe property

Parameter 7, as defined by MAV_CMD enum.
public Single,System param7
Résultat System.Single

target_component public_oe property

Component which should execute the command, 0 for all components
public byte target_component
Résultat byte

target_system public_oe property

System which should execute the command
public byte target_system
Résultat byte