C# Class MAVLink.mavlink_set_mode_t, MissionPlanner

Show file Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
base_mode byte
custom_mode System.UInt32
target_system byte

Property Details

base_mode public property

The new base mode
public byte base_mode
return byte

custom_mode public property

The new autopilot-specific mode. This field can be ignored by an autopilot.
public UInt32,System custom_mode
return System.UInt32

target_system public property

The system setting the mode
public byte target_system
return byte