LMS 2012
|
#include <libusb.h>
Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
uint16_t | bcdUSB |
uint8_t | bDeviceClass |
uint8_t | bDeviceSubClass |
uint8_t | bDeviceProtocol |
uint8_t | bMaxPacketSize0 |
uint16_t | idVendor |
uint16_t | idProduct |
uint16_t | bcdDevice |
uint8_t | iManufacturer |
uint8_t | iProduct |
uint8_t | iSerialNumber |
uint8_t | bNumConfigurations |
A structure representing the standard USB device descriptor. This descriptor is documented in section 9.6.1 of the USB 2.0 specification. All multiple-byte fields are represented in host-endian format.
uint16_t bcdDevice |
uint16_t bcdUSB |
uint8_t bDescriptorType |
Descriptor type. Will have value libusb_descriptor_type::LIBUSB_DT_DEVICE LIBUSB_DT_DEVICE in this context.
uint8_t bDeviceClass |
USB-IF class code for the device. See libusb_class_code.
uint8_t bDeviceProtocol |
uint8_t bDeviceSubClass |
uint8_t bNumConfigurations |
uint8_t iManufacturer |
uint8_t iProduct |
uint8_t iSerialNumber |