class BatteryLedsInfo
class BatteryLedsInfo implements DJIValue, JNIProguardKeepTag, ByteStream
|
| Package: | dji.sdk.keyvalue.value.battery |
Description:
Status of battery LED.
Class Members:
Members
method getAircraftLed
| Package: | dji.sdk.keyvalue.value.battery |
Description:
Parameter: Boolean
true means that the power light on the aircraft is on.
Return:
| Boolean | Returns whether the power light on the aircraft is on. |
method setAircraftLed
void setAircraftLed(Boolean aircraftLed)
|
| Package: | dji.sdk.keyvalue.value.battery |
Description:
To set the status of the power light on the aircraft.
| Boolean aircraftLed | true means to set the power light on the aircraft to be on. |
method getBatteryLed
| Package: | dji.sdk.keyvalue.value.battery |
Description:
Parameter: Boolean
true means that the power light on the aircraft is on.
Return:
| Boolean | Returns whether the power light on the aircraft is on. |
method setBatteryLed
void setBatteryLed(Boolean batteryLed)
|
| Package: | dji.sdk.keyvalue.value.battery |
Description:
To set the status of the battery on the aircraft.
| Boolean batteryLed | true means to set the power light on the battery to be on. |