struttura ROOTHUB_30PORT_INFO (ucxroothub.h)

Fornisce informazioni su una porta hub radice USB 3.0. Questa struttura viene passata da UCX nella funzione di callback EVT_UCX_ROOTHUB_GET_30PORT_INFO.

Sintassi

typedef struct _ROOTHUB_30PORT_INFO {
  USHORT   PortNumber;
  UCHAR    MinorRevision;
  UCHAR    HubDepth;
  TRISTATE Removable;
  TRISTATE DebugCapable;
} ROOTHUB_30PORT_INFO, *PROOTHUB_30PORT_INFO;

Members

PortNumber

Numero di porta USB 3.0 connesso all'hub radice.

MinorRevision

Numero di revisione.

HubDepth

Limite di profondità dell'hub.

Removable

Valore TRISTATE che indica se la porta è rimovibile.

DebugCapable

Valore TRISTATE che indica se la porta è in grado di eseguire il debug.

Requisiti

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