ROOTHUB_30PORT_INFO_EX struttura (ucxroothub.h)
Fornisce informazioni sulla velocità della porta USB 3.0 estese.
Sintassi
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;
Members
Info
Struttura ROOTHUB_30PORT_INFO .
MaxSpeedsCount
Numero massimo di velocità.
SpeedsCount
Numero di velocità del bus supportate.
Speeds
Puntatore a una struttura di USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED che descrive gli attributi di velocità di collegamento secondario di USB 3.1. Per la dichiarazione di struttura, vedere Usbspec.h
Requisiti
Requisito | Valore |
---|---|
Intestazione | ucxroothub.h (includere Ucxclass.h) |