C# Class MAVLink.mavlink_mission_count_t, MissionPlanner

Datei anzeigen Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
count System.UInt16
target_component byte
target_system byte

Property Details

count public_oe property

Number of mission items in the sequence
public UInt16,System count
return System.UInt16

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