struktur HUB_INFO_FROM_PARENT (ucxroothub.h)

Menjelaskan informasi tentang hub dari perangkat induknya.

Sintaks

typedef struct _HUB_INFO_FROM_PARENT {
  PDEVICE_OBJECT                              IoTarget;
  USB_DEVICE_DESCRIPTOR                       DeviceDescriptor;
  USHORT                                      U1ExitLatency;
  USHORT                                      U2ExitLatency;
  USHORT                                      ExitLatencyOfSlowestLinkForU1;
  UCHAR                                       DepthOfSlowestLinkForU1;
  USHORT                                      ExitLatencyOfSlowestLinkForU2;
  UCHAR                                       DepthOfSlowestLinkForU2;
  USHORT                                      HostInitiatedU1ExitLatency;
  USHORT                                      HostInitiatedU2ExitLatency;
  UCHAR                                       TotalHubDepth;
  USHORT                                      TotalTPPropogationDelay;
  PARENT_HUB_FLAGS                            HubFlags;
  PUSB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED SublinkSpeedAttr;
  ULONG                                       SublinkSpeedAttrCount;
} HUB_INFO_FROM_PARENT, *PHUB_INFO_FROM_PARENT;

Anggota

IoTarget

Penunjuk ke objek perangkat WDM dari induk yang mewakili target I/O.

DeviceDescriptor

Struktur USB_DEVICE_DESCRIPTOR yang berisi deskriptor perangkat.

U1ExitLatency

Waktu transisi dari status U1.

U2ExitLatency

Waktu transisi dari status U2.

ExitLatencyOfSlowestLinkForU1

Latensi keluar untuk tautan terlambat untuk transisi U1.

DepthOfSlowestLinkForU1

Kedalaman hub berdasarkan latensi untuk tautan terlambat dihitung untuk transisi U1.

ExitLatencyOfSlowestLinkForU2

Latensi keluar untuk tautan paling lambat untuk transisi U2.

DepthOfSlowestLinkForU2

Kedalaman hub berdasarkan latensi untuk tautan terlambat dihitung untuk transisi U2.

HostInitiatedU1ExitLatency

Latensi keluar yang dimulai host ke transisi dari status U1.

HostInitiatedU2ExitLatency

Latensi keluar yang dimulai host ke transisi dari status U2.

TotalHubDepth

Kedalaman hub total.

TotalTPPropogationDelay

Total penundaan penyebaran TP.

HubFlags

Bitwise-OR dari bendera PARENT_HUB_FLAGS .

SublinkSpeedAttr

Penunjuk ke struktur USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED yang menjelaskan atribut kecepatan sublink USB 3.1capability. Untuk deklarasi struktur, lihat Usbspec.h

SublinkSpeedAttrCount

Jumlah atribut kecepatan sublink.

Persyaratan

Persyaratan Nilai
Header ucxroothub.h (termasuk Ucxclass.h)