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(
17 class InvalidHIDCommunication(Exception): class