CF_PowerState¶
Category: app
GitHub: cute_app.h
The states of power for the application.
Values¶
| Enum | Description |
|---|---|
CF_POWER_STATE_ERROR |
error determining power status. |
CF_POWER_STATE_UNKNOWN |
Cannot determine power status. |
CF_POWER_STATE_ON_BATTERY |
Not plugged in and running on battery. |
CF_POWER_STATE_NO_BATTERY |
Plugged in with no battery available. |
CF_POWER_STATE_CHARGING |
Plugged in and charging battery. |
CF_POWER_STATE_CHARGED |
Plugged in and battery is charged. |