C# Class MAVLink.mavlink_mission_count_t, MissionPlanner

Show file 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 property

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

target_component public property

Component ID
public byte target_component
return byte

target_system public property

System ID
public byte target_system
return byte