Returns the battery level
| 61 | |
| 62 | // Returns the battery level |
| 63 | unsigned char WirelessHIDDevice::GetBatteryLevel(void) |
| 64 | { |
| 65 | return battery; |
| 66 | } |
| 67 | |
| 68 | void WirelessHIDDevice::PowerOff(void) |
| 69 | { |
nothing calls this directly
no outgoing calls
no test coverage detected