| java.lang.Object | |
| ↳ | dji.common.remotecontroller.DJIRCBatteryInfo | 
Remote Controller's battery information.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public int | remainingEnergyInMAh | The remaining power in the Remote Controller's battery in milliamp hours (mAh). | |||||||||
| public int | remainingEnergyInPercent | The remaining power in the Remote Controller's battery as a percentage in the range of [0, 100]. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
        DJIRCBatteryInfo(int remainingEnergyMAh, int remainingEnergyPercent)
        
         Constructor 
  
   | |||||||||||
| 
        DJIRCBatteryInfo()
        
         Constructor. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
The remaining power in the Remote Controller's battery in milliamp hours (mAh).
The remaining power in the Remote Controller's battery as a percentage in the range of [0, 100].
Constructor
| remainingEnergyMAh | The remaining power in the Remote Controller's battery in milliamp hours (mAh). | 
|---|---|
| remainingEnergyPercent | The remaining power in the Remote Controller's battery as a percentage in the range of [0, 100]. | 
Constructor.