public final enum

DJIRCChargeMobileMode

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

Class Overview

Modes to charge the iOS mobile device. Only supported by Inspire 2.

Summary

Enum Values
DJIRCChargeMobileMode  Always  The remote controller charges the mobile device until the the mobile device is fully charged. 
DJIRCChargeMobileMode  Intelligent  The remote controller charges the mobile device in an intelligent mode: The remote controller starts charging when the mobile device's battery is lower then 20% and stops charging when the mobile device's battery is above 50%. 
DJIRCChargeMobileMode  Never  The remote controller does not charge the mobile device. 
DJIRCChargeMobileMode  Unknown  The Remote Controller's charging mode is unknown. 
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 DJIRCChargeMobileMode find(int value)
Returns the enum constant of this type with the input integer value.
int value()
Returns the real value of a enum constant.
static DJIRCChargeMobileMode valueOf(String name)
final static DJIRCChargeMobileMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJIRCChargeMobileMode Always

The remote controller charges the mobile device until the the mobile device is fully charged.

public static final DJIRCChargeMobileMode Intelligent

The remote controller charges the mobile device in an intelligent mode: The remote controller starts charging when the mobile device's battery is lower then 20% and stops charging when the mobile device's battery is above 50%.

public static final DJIRCChargeMobileMode Never

The remote controller does not charge the mobile device.

public static final DJIRCChargeMobileMode Unknown

The Remote Controller's charging mode is unknown.

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 DJIRCChargeMobileMode find (int value)

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

public int value ()

Returns the real value of a enum constant.

public static DJIRCChargeMobileMode valueOf (String name)

public static final DJIRCChargeMobileMode[] values ()