libusb-1.0
Public Attributes | List of all members
libusb_usb_2_0_extension_descriptor Struct Reference

#include <libusb.h>

Public Attributes

uint8_t bLength
 
uint8_t bDescriptorType
 
uint8_t bDevCapabilityType
 
uint32_t bmAttributes
 

Detailed Description

A structure representing the USB 2.0 Extension descriptor This descriptor is documented in section 9.6.2.1 of the USB 3.0 specification. All multiple-byte fields are represented in host-endian format.

Member Data Documentation

◆ bDescriptorType

uint8_t libusb_usb_2_0_extension_descriptor::bDescriptorType

Descriptor type. Will have value libusb_descriptor_type::LIBUSB_DT_DEVICE_CAPABILITY LIBUSB_DT_DEVICE_CAPABILITY in this context.

◆ bDevCapabilityType

uint8_t libusb_usb_2_0_extension_descriptor::bDevCapabilityType

Capability type. Will have value libusb_capability_type::LIBUSB_BT_USB_2_0_EXTENSION LIBUSB_BT_USB_2_0_EXTENSION in this context.

◆ bLength

uint8_t libusb_usb_2_0_extension_descriptor::bLength

Size of this descriptor (in bytes)

◆ bmAttributes

uint32_t libusb_usb_2_0_extension_descriptor::bmAttributes

Bitmap encoding of supported device level features. A value of one in a bit location indicates a feature is supported; a value of zero indicates it is not supported. See libusb_usb_2_0_extension_attributes.


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