![]() |
libusb 1.0.29
A cross-platform user library to access USB devices
|
A structure representing the SuperSpeedPlus descriptor This descriptor is documented in section 9.6.2.5 of the USB 3.1 specification. More...
#include <libusb.h>
Data Fields | |
| uint8_t | numSublinkSpeedAttributes |
| Sublink Speed Attribute Count. | |
| uint8_t | numSublinkSpeedIDs |
| Sublink Speed ID Count. | |
| uint8_t | ssid |
| Unique ID to indicates the minimum lane speed. | |
| uint8_t | minRxLaneCount |
| This field indicates the minimum receive lane count. | |
| uint8_t | minTxLaneCount |
| This field indicates the minimum transmit lane count. | |
| struct libusb_ssplus_sublink_attribute | sublinkSpeedAttributes [] |
| Array size is libusb_ssplus_usb_device_capability_descriptor::numSublinkSpeedAttributes. | |
A structure representing the SuperSpeedPlus descriptor This descriptor is documented in section 9.6.2.5 of the USB 3.1 specification.