| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.flightcontroller.DJIFlightControlState | |
This is an enum for notification of flight control state.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIFlightControlState | Atti | Atti | |||||||||
| DJIFlightControlState | ClickGo | Start Navigation Mission | |||||||||
| DJIFlightControlState | F_Atti | F_Atti | |||||||||
| DJIFlightControlState | F_GPS | F_GPS | |||||||||
| DJIFlightControlState | F_Opti | F_Opti | |||||||||
| DJIFlightControlState | GoHome | Go home | |||||||||
| DJIFlightControlState | Joystick | Joystick | |||||||||
| DJIFlightControlState | Landing | Landing | |||||||||
| DJIFlightControlState | Manual | Manual | |||||||||
| DJIFlightControlState | N_A | None | |||||||||
| DJIFlightControlState | Navi | Navigation | |||||||||
| DJIFlightControlState | Novice | Novice | |||||||||
| DJIFlightControlState | P_Atti | P_Atti | |||||||||
| DJIFlightControlState | P_GPS | P_GPS | |||||||||
| DJIFlightControlState | P_Opti | P_Opti | |||||||||
| DJIFlightControlState | Pointing | Point mission | |||||||||
| DJIFlightControlState | Sport | Sport Mode | |||||||||
| DJIFlightControlState | TakeOff | Take off | |||||||||
| DJIFlightControlState | Tracking | Tracking Mission | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
_equals(int b)
Returns the boolean result which compare the input integer value with the real value of a enum constant.
| ||||||||||
| static DJIFlightControlState |
find(int b)
Returns the enum constant of this type with the input integer value.
| ||||||||||
| int |
value()
Returns the real value of a enum constant.
| ||||||||||
| static DJIFlightControlState | valueOf(String name) | ||||||||||
| final static DJIFlightControlState[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Returns the boolean result which compare the input integer value with the real value of a enum constant.
| b | The input integer value. |
|---|
Returns the enum constant of this type with the input integer value.
| b | The input integer value |
|---|
Returns the real value of a enum constant.