C# Class MAVLink.mavlink_param_value_t, MissionPlanner

ファイルを表示 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
param_count System.UInt16
param_index System.UInt16
param_type byte
param_value Single

Property Details

param_count public_oe property

Total number of onboard parameters
public UInt16,System param_count
return System.UInt16

param_index public_oe property

Index of this onboard parameter
public UInt16,System param_index
return System.UInt16

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