|
RADLib
RADical C++ application framework
|
Power supply snapshot. More...
#include <RADPower.h>
Public Attributes | |
| std::string | name |
| Supply name. More... | |
| std::string | type |
| Supply type. More... | |
| std::string | status |
| Charging/discharging status. More... | |
| int | capacityPercent = -1 |
| Capacity percent, or -1 when unknown. More... | |
Power supply snapshot.
| int RADPower::PowerSupplyInfo::capacityPercent = -1 |
Capacity percent, or -1 when unknown.
| std::string RADPower::PowerSupplyInfo::name |
Supply name.
| std::string RADPower::PowerSupplyInfo::status |
Charging/discharging status.
| std::string RADPower::PowerSupplyInfo::type |
Supply type.