Compartir a través de


estructura USB_DEVICE_PORT_PATH (ucxusbdevice.h)

Contiene la ruta de acceso del puerto de un dispositivo USB.

Sintaxis

typedef struct _USB_DEVICE_PORT_PATH {
  ULONG Size;
  ULONG PortPathDepth;
  ULONG TTHubDepth;
  ULONG PortPath[MAX_USB_DEVICE_DEPTH];
} USB_DEVICE_PORT_PATH, *PUSB_DEVICE_PORT_PATH;

Miembros

Size

Tamaño en bytes de esta estructura.

PortPathDepth

Profundidad de la ruta de acceso en el árbol de topología USB, que consta de controlador de host, concentradores y dispositivos.

TTHubDepth

Profundidad de la ruta de acceso en el árbol de topología USB desde un concentrador TT.

PortPath[MAX_USB_DEVICE_DEPTH]

Índice del puerto USB conectado en el concentrador.

Requisitos

Requisito Valor
Header ucxusbdevice.h (incluye Ucxclass.h)

Consulte también

UCXUSBDEVICE_INFO