C# Class MAVLink.mavlink_param_set_t, MissionPlanner

Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property 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
return byte

param_value public_oe property

Onboard parameter value
public Single param_value
return Single

target_component public_oe property

Component ID
public byte target_component
return byte

target_system public_oe property

System ID
public byte target_system
return byte