MLPowerManagerComponentProperty.unnamed
Module: Power Manager
Public Attributes
| Type | Name |
|---|---|
| MLPowerManagerBatteryInfo | battery_info |
| uint8_t | battery_level |
| MLPowerManagerChargingState | charging_state |
| MLPowerManagerConnectionState | connection_state |
Public Attributes Documentation
battery_info
MLPowerManagerBatteryInfo battery_info;
| Type | Description |
|---|---|
| MLPowerManagerBatteryInfo | Battery 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;
| Type | Description |
|---|---|
| MLPowerManagerChargingState | Power Manager charging states. |
Charging state.
connection_state
MLPowerManagerConnectionState connection_state;
| Type | Description |
|---|---|
| MLPowerManagerConnectionState | Connection state of the component. |
Connection state.