LandedState
public enum LandedState : Equatable
Landed State enumeration.
-
Landed state is unknown.
Declaration
Swift
case unknown -
The vehicle is on the ground.
Declaration
Swift
case onGround -
The vehicle is in the air.
Declaration
Swift
case inAir -
The vehicle is taking off.
Declaration
Swift
case takingOff -
The vehicle is landing.
Declaration
Swift
case landing -
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int)
View on GitHub
Install in Dash
LandedState Enumeration Reference