java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.remotecontroller.DJIRCGimbalControlDirection |
Defines what the Gimbal Dial (upper left wheel on the Remote Controller) will control.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIRCGimbalControlDirection | Pitch | The upper left wheel will control the gimbal's pitch. | |||||||||
DJIRCGimbalControlDirection | Roll | The upper left wheel will control the gimbal's roll. | |||||||||
DJIRCGimbalControlDirection | Yaw | The upper left wheel will control the gimbal's yaw. |
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 DJIRCGimbalControlDirection |
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 DJIRCGimbalControlDirection | valueOf(String name) | ||||||||||
final static DJIRCGimbalControlDirection[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The upper left wheel will control the gimbal's pitch.
The upper left wheel will control the gimbal's roll.
The upper left wheel will control the gimbal's yaw.
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.