USBIP C library 0.7.0
Virtual USB devices & host drivers over USB/IP
Loading...
Searching...
No Matches
usb_hid_descriptor Struct Reference

The 9-byte HID descriptor that points at the Report descriptor (Sec.6.2.1). More...

#include <classes/hid.h>

Data Fields

uint8_t bLength
 
uint8_t bDescriptorType
 
uint16_t bcdHID
 
uint8_t bCountryCode
 
uint8_t bNumDescriptors
 
uint8_t bReportType
 
uint16_t wReportLength
 

Detailed Description

The 9-byte HID descriptor that points at the Report descriptor (Sec.6.2.1).

Field Documentation

◆ bLength

uint8_t usb_hid_descriptor::bLength

◆ bDescriptorType

uint8_t usb_hid_descriptor::bDescriptorType

◆ bcdHID

uint16_t usb_hid_descriptor::bcdHID

◆ bCountryCode

uint8_t usb_hid_descriptor::bCountryCode

◆ bNumDescriptors

uint8_t usb_hid_descriptor::bNumDescriptors

◆ bReportType

uint8_t usb_hid_descriptor::bReportType

◆ wReportLength

uint16_t usb_hid_descriptor::wReportLength

The documentation for this struct was generated from the following file: