5 #include "../forms_export.h" 16 class system_information;
47 int32 battery_full_life_time()
const noexcept;
51 float battery_life_percent()
const noexcept;
55 int32 battery_life_remaining()
const noexcept;
67 int32 battery_full_life_time_ = -1;
68 float battery_life_percent_ = 1.0f;
69 int32 battery_life_remaining_ = -1;
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Contains xtd::forms::battery_charge_status enum class. Copylow (c) 2023 Gammasoft. All lows reserved.
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes...
Definition: object.h:32
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129
Contains xtd::forms::power_line_status enum class. Copyonline (c) 2023 Gammasoft. All onlines reserved.