class DJIBatteryOverview
@interface DJIBatteryOverview : NSObject
|
Header: | DJIBatteryState.h |
Inherits From: | NSObject |
Description:
Provides an overview of a battery when aircraft is using multiple batteries.
Class Members:
Battery Properties
property index
@property(nonatomic, readonly) NSUInteger index
|
Description:
Index of the battery. Index starts from 0. For Matrice 600, the number 1 battery compartment relates to index 0.
property isConnected
@property(nonatomic, readonly) BOOL isConnected
|
Description:
YES
if the battery is currently connected to the aircraft.
property chargeRemainingInPercent
@property(nonatomic, readonly) NSInteger chargeRemainingInPercent
|
Description:
The remaining percentage energy of the battery with range [0, 100].