UCSI_GET_CABLE_PROPERTY_IN struttura (ucmucsispec.h)

Usato nel comando GET_CABLE_PROPERTY. Vedere Tabella 4-39 nella specifica UCSI versione 1.2.

Sintassi

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;

Members

bmSpeedSupported

bmSpeedSupported.AsUInt16

bmSpeedSupported.SpeedExponent

bmSpeedSupported.Mantissa

bCurrentCapability

VBusInCable

CableType

Directionality

PlugEndType

ModeSupport

Latency

Requisiti

Requisito Valore
Versione KMDF minima 1.27
Versione UMDF minima N/D
Intestazione ucmucsispec.h (includere UcmUcsiCx.h)