SmartTakeOffLandAction

enum SmartTakeOffLandAction

Action performed when smartTakeOffLand is called.

See also

#getSmartTakeOffLandAction()

#getSmartTakeOffLandAction()

Entries

NONE
Link copied to clipboard

No action.

TAKE_OFF
Link copied to clipboard

Requests the copter to take off.

THROWN_TAKE_OFF
Link copied to clipboard

Requests the copter to get prepared for a thrown take-off.

LAND
Link copied to clipboard

Requests the copter to land or to cancel a thrown take-off.

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): ManualCopterPilotingItf.SmartTakeOffLandAction
values
Link copied to clipboard
open fun values(): Array<ManualCopterPilotingItf.SmartTakeOffLandAction>