USB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION-Struktur (usbioctl.h)
Syntax
typedef struct _USB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION {
ULONG ConnectionIndex;
ULONG Length;
USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED RxSuperSpeedPlus;
ULONG RxLaneCount;
USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED TxSuperSpeedPlus;
ULONG TxLaneCount;
} USB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION, *PUSB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION;
Member
ConnectionIndex
Die eine basierende Portnummer.
Length
Die Länge dieser Struktur.
RxSuperSpeedPlus
Aktuelle Betriebsgeschwindigkeit für Empfangsspuren.
RxLaneCount
Die nullbasierte Anzahl von Empfangsspuren. Fügen Sie für die tatsächliche Anzahl der Lanes eine hinzu.
TxSuperSpeedPlus
Aktuelle Betriebsgeschwindigkeit für die Übertragung von Fahrspuren.
TxLaneCount
Die nullbasierte Anzahl von Übertragungsspuren. Fügen Sie für die tatsächliche Anzahl der Lanes eine hinzu.
Anforderungen
Anforderung | Wert |
---|---|
Header | usbioctl.h |