xtd 0.2.0
Loading...
Searching...
No Matches

◆ battery_charge_status

Defines identifiers that indicate the current battery charge level or charging state information. This enumeration supports a bitwise combination of its member values.

Header
#include <xtd/forms/battery_change_status>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by the xtd::forms::power_status::battery_charge_status property of the xtd::forms::power_status class.
Enumerator
high 

Indicates a high level of battery charge.

low 

Indicates a low level of battery charge.

critical 

Indicates a critically low level of battery charge.

charging 

Indicates a battery is charging..

no_system_battery 

Indicates that no battery is present.

unknown 

Indicates an unknown battery condition.