C# Class MAVLink.mavlink_param_request_read_t, MissionPlanner

Mostrar archivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property 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
return System.Int16

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