struttura UCSI_GET_CABLE_PROPERTY_IN (ucmucsispec.h)
Usato nel comando GET_CABLE_PROPERTY. Vedere La tabella 4-39 in 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;
Membri
bmSpeedSupported
bmSpeedSupported.AsUInt16
bmSpeedSupported.SpeedExponent
bmSpeedSupported.Mantissa
bCurrentCapability
VBusInCable
CableType
Directionality
PlugEndType
ModeSupport
Latency
Fabbisogno
Requisito | Valore |
---|---|
versione minima di KMDF | 1.27 |
versione minima di UMDF | N/D |
intestazione | ucmucsispec.h (include UcmUcsiCx.h) |