LMS 2012
|
#include <libusb.h>
Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
uint16_t | wTotalLength |
uint8_t | bNumInterfaces |
uint8_t | bConfigurationValue |
uint8_t | iConfiguration |
uint8_t | bmAttributes |
uint8_t | MaxPower |
const struct libusb_interface * | interface |
const unsigned char * | extra |
int | extra_length |
A structure representing the standard USB configuration descriptor. This descriptor is documented in section 9.6.3 of the USB 2.0 specification. All multiple-byte fields are represented in host-endian format.
uint8_t bConfigurationValue |
uint8_t bDescriptorType |
Descriptor type. Will have value libusb_descriptor_type::LIBUSB_DT_CONFIG LIBUSB_DT_CONFIG in this context.
uint8_t bNumInterfaces |
const unsigned char* extra |
int extra_length |
uint8_t iConfiguration |
const struct libusb_interface* interface |
uint8_t MaxPower |
uint16_t wTotalLength |