typedef struct _USB_HID_DEVICE_ID { uint16_t vid; uint16_t pid; uint8_t deviceAddress; uint8_t clientDriverID; } USB_HID_DEVICE_ID;
HID Device ID Information
This structure contains identification information about an attached device.
Members |
Description |
uint16_t vid; |
Vendor ID of the device |
uint16_t pid; |
Product ID of the device |
uint8_t deviceAddress; |
Address of the device on the USB |
uint8_t clientDriverID; |
Client driver ID for device requests |
MLA - USB Library Help Version : 2.16
![]() |