C# Class MAVLink.mavlink_param_request_read_t, MissionPlanner

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

Méthodes publiques

Свойство Type Description
param_index System.Int16
target_component byte
target_system byte

Property Details

param_index public_oe property

Parameter index. Send -1 to use the param ID field as identifier (else the param id will be ignored)
public Int16,System param_index
Résultat System.Int16

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