MCPcopy Create free account
hub / github.com/360Controller/360Controller / GetBatteryLevel

Method GetBatteryLevel

WirelessGamingReceiver/WirelessHIDDevice.cpp:63–66  ·  view source on GitHub ↗

Returns the battery level

Source from the content-addressed store, hash-verified

61
62// Returns the battery level
63unsigned char WirelessHIDDevice::GetBatteryLevel(void)
64{
65 return battery;
66}
67
68void WirelessHIDDevice::PowerOff(void)
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected