MCPcopy Create free account
hub / github.com/actuallyaridan/linux-devmgmt / iOSBatteryInfo

Class iOSBatteryInfo

src/scanner/SysfsScanner.cpp:755–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755struct iOSBatteryInfo {
756 int capacity = -1;
757 bool charging = false;
758};
759
760iOSBatteryInfo queryiOSBattery(const QString &udid) {
761 QProcess proc;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected