Compartir a través de


estructura USB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION (usbioctl.h)

Sintaxis

typedef struct _USB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION {
  ULONG                                      ConnectionIndex;
  ULONG                                      Length;
  USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED RxSuperSpeedPlus;
  ULONG                                      RxLaneCount;
  USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED TxSuperSpeedPlus;
  ULONG                                      TxLaneCount;
} USB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION, *PUSB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION;

Miembros

ConnectionIndex

Número de puerto basado en uno.

Length

Longitud de esta estructura.

RxSuperSpeedPlus

Velocidad de funcionamiento actual para recibir carriles.

RxLaneCount

Número de carriles receptores de base cero. Para el recuento real de calles, agregue uno.

TxSuperSpeedPlus

Velocidad de funcionamiento actual para transmitir carriles.

TxLaneCount

Número de carriles de transmisión de base cero. Para el recuento real de calles, agregue uno.

Requisitos

Requisito Valor
Header usbioctl.h