public final enum

DJIRCGimbalControlDirection

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.remotecontroller.DJIRCGimbalControlDirection

Class Overview

Defines what the Gimbal Dial (upper left wheel on the Remote Controller) will control.

Summary

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

Enum Values

public static final DJIRCGimbalControlDirection Pitch

The upper left wheel will control the gimbal's pitch.

public static final DJIRCGimbalControlDirection Roll

The upper left wheel will control the gimbal's roll.

public static final DJIRCGimbalControlDirection Yaw

The upper left wheel will control the gimbal's yaw.

Public Methods

public boolean _equals (int b)

Returns the boolean result which compare the input integer value with the real value of a enum constant.

public static DJIRCGimbalControlDirection find (int value)

Returns the enum constant of this type with the input integer value.

public int value ()

Returns the real value of an enum constant.

public static DJIRCGimbalControlDirection valueOf (String name)

public static final DJIRCGimbalControlDirection[] values ()