ROOTHUB_30PORT_INFO_EX 结构 (ucxroothub.h)
提供有关速度的扩展 USB 3.0 端口信息。
语法
typedef struct _ROOTHUB_30PORT_INFO_EX {
ROOTHUB_30PORT_INFO Info;
USHORT MaxSpeedsCount;
USHORT SpeedsCount;
PUSB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED Speeds;
} ROOTHUB_30PORT_INFO_EX, *PROOTHUB_30PORT_INFO_EX;
成员
Info
MaxSpeedsCount
最大速度数。
SpeedsCount
支持的总线速度计数。
Speeds
指向描述 USB 3.1capability 的子链路速度属性的 USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED 结构的指针。 有关结构声明,请参阅 Usbspec.h
要求
要求 | 值 |
---|---|
Header | ucxroothub.h (包括 Ucxclass.h) |