共用方式為


UCSI_GET_CABLE_PROPERTY_IN 結構 (ucmucsispec.h)

用於 GET_CABLE_PROPERTY 命令。 請參閱 UCSI 規格 1.2 版中的表格 4-39。

語法

typedef struct _UCSI_GET_CABLE_PROPERTY_IN {
  union {
    UINT16 AsUInt16;
    struct {
      UINT16 SpeedExponent : 2;
      UINT16 Mantissa : 14;
    };
  } bmSpeedSupported;
  UINT8  bCurrentCapability;
  UINT16 VBusInCable : 1;
  UINT16 CableType : 1;
  UINT16 Directionality : 1;
  UINT16 PlugEndType : 2;
  UINT16 ModeSupport : 1;
  UINT16 Latency : 4;
} UCSI_GET_CABLE_PROPERTY_IN, *PUCSI_GET_CABLE_PROPERTY_IN;

成員

bmSpeedSupported

bmSpeedSupported.AsUInt16

bmSpeedSupported.SpeedExponent

bmSpeedSupported.Mantissa

bCurrentCapability

VBusInCable

CableType

Directionality

PlugEndType

ModeSupport

Latency

規格需求

需求
最小 KMDF 版本 1.27
最低UMDF版本 N/A
標頭 ucmucsispec.h (包含 UcmUcsiCx.h)