C# Class MAVLink.mavlink_param_set_t, MissionPlanner

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Свойство Type Description
param_type byte
param_value Single
target_component byte
target_system byte

Property Details

param_type public_oe property

Onboard parameter type: see the MAV_PARAM_TYPE enum for supported data types.
public byte param_type
Résultat byte

param_value public_oe property

Onboard parameter value
public Single param_value
Résultat Single

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