ROOTHUB_30PORT_INFO_EX-Struktur (ucxroothub.h)
Stellt erweiterte USB 3.0-Portinformationen zur Geschwindigkeit bereit.
Syntax
typedef struct _ROOTHUB_30PORT_INFO_EX {
ROOTHUB_30PORT_INFO Info;
USHORT MaxSpeedsCount;
USHORT SpeedsCount;
PUSB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED Speeds;
} ROOTHUB_30PORT_INFO_EX, *PROOTHUB_30PORT_INFO_EX;
Member
Info
Eine ROOTHUB_30PORT_INFO-Struktur .
MaxSpeedsCount
Maximale Anzahl von Geschwindigkeiten.
SpeedsCount
Die Anzahl der unterstützten Busgeschwindigkeiten.
Speeds
Ein Zeiger auf eine USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED Struktur, die die Usb 3.1Capability-Unterlink-Geschwindigkeitsattribute beschreibt. Informationen zur Strukturdeklaration finden Sie unter Usbspec.h.
Anforderungen
Anforderung | Wert |
---|---|
Header | ucxroothub.h (include Ucxclass.h) |