java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.flightcontroller.DJILandingGearStatus |
The current state/position of the landing gear. It is only supported by Inspire 1 and Inspire 2.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJILandingGearStatus | Deployed | Landing Gear is fully deployed (ready for landing) | |||||||||
DJILandingGearStatus | Deploying | Landing Gear is deploying (getting ready for landing) | |||||||||
DJILandingGearStatus | Retracted | Landing Gear is fully retracted (ready for flying) | |||||||||
DJILandingGearStatus | Retracting | Landing Gear is retracting (getting ready for flying) | |||||||||
DJILandingGearStatus | Stopped | Landing gear is stopped. | |||||||||
DJILandingGearStatus | Unknown | Landing Gear is in unknown state. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(byte b)
Returns the boolean result of comparing the specified integer value with the real value of an enum constant.
| ||||||||||
static DJILandingGearStatus |
find(byte b)
Returns the enum constant of this type with the specified integer value.
| ||||||||||
byte |
value()
Returns the real value of a enum constant.
| ||||||||||
static DJILandingGearStatus | valueOf(String name) | ||||||||||
final static DJILandingGearStatus[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Landing Gear is fully deployed (ready for landing)
Landing Gear is deploying (getting ready for landing)
Landing Gear is fully retracted (ready for flying)
Landing Gear is retracting (getting ready for flying)
Landing Gear is in unknown state. This will be returned if the aircraft can't get the landing gear status.
Returns the boolean result of comparing the specified integer value with the real value of an enum constant.
b | The input integer value. |
---|
Returns the enum constant of this type with the specified integer value.
b | The integer value. |
---|
Returns the real value of a enum constant.