java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.remotecontroller.DJIRCChargeMobileMode |
Modes to charge the iOS mobile device. Only supported by Inspire 2.
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
|
The remote controller charges the mobile device until the the mobile device is fully charged.
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%.
The remote controller does not charge the mobile device.
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 a enum constant.