| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.remotecontroller.DJIRCHardwareState.DJIRCHardwareTransformationSwitchState | |
Transformation Switch position states.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIRCHardwareState.DJIRCHardwareTransformationSwitchState | Deploy | Deploy landing gear switch state. | |||||||||
| DJIRCHardwareState.DJIRCHardwareTransformationSwitchState | Retract | Retract landing gear switch state. | |||||||||
| 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 DJIRCHardwareState.DJIRCHardwareTransformationSwitchState |
find(int value)
Returns the enum constant of this type with the input integer value.
| ||||||||||
| int |
value()
Returns the real value of an enum constant.
| ||||||||||
| static DJIRCHardwareState.DJIRCHardwareTransformationSwitchState | valueOf(String name) | ||||||||||
| final static DJIRCHardwareTransformationSwitchState[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Deploy landing gear switch state.
Retract landing gear switch state.
Returns the boolean result which compare the input integer value with the real value of a enum constant.
Returns the enum constant of this type with the input integer value.
Returns the real value of an enum constant.