State

enum State

Piloting interface state.

There is only one active piloting interface at a time on a drone.

Entries

IDLE
Link copied to clipboard

Piloting interface is available but is not the active one.

ACTIVE
Link copied to clipboard

Piloting interface is the active one.

UNAVAILABLE
Link copied to clipboard

Piloting interface is not available at that time.

Functions

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