Searched refs:InvalidHIDCommunication (Results 1 – 3 of 3) sorted by relevance
8 class InvalidHIDCommunication(Exception): class108 raise InvalidHIDCommunication(
26 class InvalidHIDCommunication(Exception): class419 raise InvalidHIDCommunication(f"Unexpected report type: {rtype}")421 raise InvalidHIDCommunication(f"Unexpected report number: {rnum}")424 raise InvalidHIDCommunication(492 raise InvalidHIDCommunication(f"Unexpected report type: {rtype}")494 raise InvalidHIDCommunication(f"Unexpected report number: {rnum}")497 raise InvalidHIDCommunication(f"Unexpected data: {data}, expected '[0]'")
17 class InvalidHIDCommunication(Exception): class
Completed in 8 milliseconds