Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 941 Bytes

cf_powerstate.md

File metadata and controls

28 lines (21 loc) · 941 Bytes

CF_PowerState

Category: app
GitHub: cute_app.h

The states of power for the application.

Values

Enum Description
POWER_STATE_ERROR error determining power status.
POWER_STATE_UNKNOWN Cannot determine power status.
POWER_STATE_ON_BATTERY Not plugged in and running on battery.
POWER_STATE_NO_BATTERY Plugged in with no battery available.
POWER_STATE_CHARGING Plugged in and charging battery.
POWER_STATE_CHARGED Plugged in and battery is charged.

Related Pages

CF_PowerInfo
cf_app_power_info