public class

DJIRCBatteryInfo

extends Object
java.lang.Object
   ↳ dji.common.remotecontroller.DJIRCBatteryInfo

Class Overview

Remote Controller's battery information.

Summary

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

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

public DJIRCBatteryInfo (int remainingEnergyMAh, int remainingEnergyPercent)

Constructor

Parameters
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].

public DJIRCBatteryInfo ()

Constructor.