![]() |
Defines | |
#define | HIDInterfaceDescriptor_CLASS 0x03 |
#define | HIDInterfaceDescriptor_SUBCLASS_NONE 0x00 |
#define | HIDInterfaceDescriptor_SUBCLASS_BOOT 0x01 |
#define | HIDInterfaceDescriptor_PROTOCOL_NONE 0x00 |
#define | HIDInterfaceDescriptor_PROTOCOL_KEYBOARD 0x01 |
#define | HIDInterfaceDescriptor_PROTOCOL_MOUSE 0x02 |
This page lists HID Interface class, subclass and protocol codes.
#define HIDInterfaceDescriptor_CLASS 0x03 |
HID interface class code.
Definition at line 89 of file HIDDescriptors.h.
#define HIDInterfaceDescriptor_PROTOCOL_KEYBOARD 0x01 |
Indicates the interface supports the boot specification as a keyboard.
Definition at line 97 of file HIDDescriptors.h.
#define HIDInterfaceDescriptor_PROTOCOL_MOUSE 0x02 |
Indicates the interface supports the boot specification as a mouse.
Definition at line 99 of file HIDDescriptors.h.
#define HIDInterfaceDescriptor_PROTOCOL_NONE 0x00 |
Indicates the interface does not implement a particular protocol.
Definition at line 95 of file HIDDescriptors.h.
#define HIDInterfaceDescriptor_SUBCLASS_BOOT 0x01 |
Indicates the interface is compliant with the boot specification.
Definition at line 93 of file HIDDescriptors.h.
#define HIDInterfaceDescriptor_SUBCLASS_NONE 0x00 |
Indicates the interface does not implement a particular subclass.
Definition at line 91 of file HIDDescriptors.h.