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

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
param_count System.UInt16
param_index System.UInt16
param_type byte
param_value System.Single

Property Details

param_count public_oe property

Total number of onboard parameters
public UInt16,System param_count
Résultat System.UInt16

param_index public_oe property

Index of this onboard parameter
public UInt16,System param_index
Résultat System.UInt16

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,System param_value
Résultat System.Single