ROOTHUB_INFO struttura (ucxroothub.h)

Fornisce informazioni su un hub radice USB. Questa struttura viene passata da UCX nella funzione di callback EVT_UCX_ROOTHUB_GET_INFO .

Sintassi

typedef struct _ROOTHUB_INFO {
  ULONG           Size;
  CONTROLLER_TYPE ControllerType;
  USHORT          NumberOf20Ports;
  USHORT          NumberOf30Ports;
  USHORT          MaxU1ExitLatency;
  USHORT          MaxU2ExitLatency;
} ROOTHUB_INFO, *PROOTHUB_INFO;

Members

Size

Dimensioni in byte di questa struttura.

ControllerType

Valore CONTROLLER_TYPE che identifica il tipo di eXtensible Host Controller Interface (xHCI) con l'hub radice.

NumberOf20Ports

Numero di porte USB 2.0 connesse all'hub radice.

NumberOf30Ports

Numero di porte USB 3.0 connesse all'hub radice.

MaxU1ExitLatency

Latenza di uscita per il collegamento più lento per la transizione U1.

MaxU2ExitLatency

Latenza di uscita per il collegamento più lento per la transizione U2.

Requisiti

Requisito Valore
Intestazione ucxroothub.h (includere Ucxclass.h)

Vedi anche

EVT_UCX_ROOTHUB_GET_INFO