java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.remotecontroller.DJIRCHardwareState.DJIRCFiveDButtonDirection |
Movement direction of the remote controller's 5D button.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIRCHardwareState.DJIRCFiveDButtonDirection | Middle | Button has no movement in either the vertical direction or the horizontal direction. | |||||||||
DJIRCHardwareState.DJIRCFiveDButtonDirection | Negative | Button is moved in the negative direction which is down or left. | |||||||||
DJIRCHardwareState.DJIRCFiveDButtonDirection | Positive | Button is moved in the positive direction which is up or right. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | _equals(int b) | ||||||||||
static DJIRCHardwareState.DJIRCFiveDButtonDirection | find(int value) | ||||||||||
int | value() | ||||||||||
static DJIRCHardwareState.DJIRCFiveDButtonDirection | valueOf(String name) | ||||||||||
final static DJIRCFiveDButtonDirection[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Button has no movement in either the vertical direction or the horizontal direction.
Button is moved in the negative direction which is down or left.
Button is moved in the positive direction which is up or right.