libusb
1.0.27
A cross-platform user library to access USB devices
|
A structure representing the Binary Device Object Store (BOS) descriptor. More...
#include <libusb.h>
Data Fields | |
uint8_t | bLength |
Size of this descriptor (in bytes) | |
uint8_t | bDescriptorType |
Descriptor type. More... | |
uint16_t | wTotalLength |
Length of this descriptor and all of its sub descriptors. | |
uint8_t | bNumDeviceCaps |
The number of separate device capability descriptors in the BOS. | |
struct libusb_bos_dev_capability_descriptor * | dev_capability [LIBUSB_FLEXIBLE_ARRAY] |
bNumDeviceCap Device Capability Descriptors | |
A structure representing the Binary Device Object Store (BOS) descriptor.
This descriptor is documented in section 9.6.2 of the USB 3.0 specification. All multiple-byte fields are represented in host-endian format.
uint8_t libusb_bos_descriptor::bDescriptorType |
Descriptor type.
Will have value libusb_descriptor_type::LIBUSB_DT_BOS LIBUSB_DT_BOS in this context.