Skip to main content
Version: 20 Mar 2024

MLPowerManagerComponentProperty.unnamed

Module: Power Manager

Public Attributes

TypeName
MLPowerManagerBatteryInfobattery_info
uint8_tbattery_level
MLPowerManagerChargingStatecharging_state
MLPowerManagerConnectionStateconnection_state

Public Attributes Documentation

battery_info

MLPowerManagerBatteryInfo battery_info;
TypeDescription
MLPowerManagerBatteryInfoBattery info/warning codes.

Extra info about battery.


battery_level

uint8_t battery_level;

Battery level. Range is between 0 and 100.


charging_state

MLPowerManagerChargingState charging_state;
TypeDescription
MLPowerManagerChargingStatePower Manager charging states.

Charging state.


connection_state

MLPowerManagerConnectionState connection_state;
TypeDescription
MLPowerManagerConnectionStateConnection state of the component.

Connection state.