libusb 1.0.28
A cross-platform user library to access USB devices
Data Fields
libusb_ssplus_usb_device_capability_descriptor Struct Reference

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.
 

Detailed Description

A structure representing the SuperSpeedPlus descriptor This descriptor is documented in section 9.6.2.5 of the USB 3.1 specification.


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