struttura USB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION (usbioctl.h)
Sintassi
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;
Members
ConnectionIndex
Numero di porta in base.
Length
Lunghezza di questa struttura.
RxSuperSpeedPlus
Velocità operativa corrente per la ricezione delle corsie.
RxLaneCount
Numero in base zero delle corsie riceventi. Per il conteggio effettivo delle corsie, aggiungerne uno.
TxSuperSpeedPlus
Velocità operativa corrente per la trasmissione delle corsie.
TxLaneCount
Numero in base zero di corsie di trasmissione. Per il conteggio effettivo delle corsie, aggiungerne uno.
Requisiti
Requisito | Valore |
---|---|
Intestazione | usbioctl.h |