public static final enum

DJIRCHardwareState.DJIRCHardwareTransformationSwitchState

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

Class Overview

Transformation Switch position states.

Summary

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

Enum Values

public static final DJIRCHardwareState.DJIRCHardwareTransformationSwitchState Deploy

Deploy landing gear switch state.

public static final DJIRCHardwareState.DJIRCHardwareTransformationSwitchState Retract

Retract landing gear switch state.

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 DJIRCHardwareState.DJIRCHardwareTransformationSwitchState 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 DJIRCHardwareState.DJIRCHardwareTransformationSwitchState valueOf (String name)

public static final DJIRCHardwareTransformationSwitchState[] values ()