| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.battery.DJIBatteryLowCellVoltageOperation | |
Defines aircraft operation when the cell voltage is low. It is only supported when the connected product is stand-alone A3 and N3.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIBatteryLowCellVoltageOperation | GoHome | Return-to-Home | |||||||||
| DJIBatteryLowCellVoltageOperation | LEDWarning | LED lights go into warning mode | |||||||||
| DJIBatteryLowCellVoltageOperation | Landing | Land aircraft immediately | |||||||||
| DJIBatteryLowCellVoltageOperation | Unknown | 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 DJIBatteryLowCellVoltageOperation | 
        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 DJIBatteryLowCellVoltageOperation | valueOf(String name) | ||||||||||
| final static DJIBatteryLowCellVoltageOperation[] | values() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
Returns the boolean result which compare the input integer value with the real value of a enum constant.
| b | The input integer value. | 
|---|
Returns the enum constant of this type with the input integer value.
| value | The input integer value. | 
|---|
Returns the real value of a enum constant.