estructura UCSI_GET_CABLE_PROPERTY_IN (ucmucsispec.h)
Se usa en el comando GET_CABLE_PROPERTY. Consulte la tabla 4-39 en especificación UCSI versión 1.2.
Sintaxis
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;
Miembros
bmSpeedSupported
bmSpeedSupported.AsUInt16
bmSpeedSupported.SpeedExponent
bmSpeedSupported.Mantissa
bCurrentCapability
VBusInCable
CableType
Directionality
PlugEndType
ModeSupport
Latency
Requisitos
Requisito | Valor |
---|---|
versión mínima de KMDF | 1.27 |
versión mínima de UMDF | N/A |
encabezado de | ucmucsispec.h (incluya UcmUcsiCx.h) |