Compartir a través de


UCSI_CCI unión (ucmucsispec.h)

Se usa en el comando GET_CONNECTOR_CAPABILITY. Consulte la tabla 4-16 en especificación UCSI versión 1.2.

Sintaxis

typedef union _UCSI_CCI {
  UINT32 AsUInt32;
  struct {
    UINT32 ConnectorChangeIndicator : 7;
    UINT32 DataLength : 8;
    UINT32 NotSupportedIndicator : 1;
    UINT32 CancelCompletedIndicator : 1;
    UINT32 ResetCompletedIndicator : 1;
    UINT32 BusyIndicator : 1;
    UINT32 AcknowledgeCommandIndicator : 1;
    UINT32 ErrorIndicator : 1;
    UINT32 CommandCompletedIndicator : 1;
  };
} UCSI_CCI, *PUCSI_CCI;

Miembros

AsUInt32

ConnectorChangeIndicator

DataLength

NotSupportedIndicator

CancelCompletedIndicator

ResetCompletedIndicator

BusyIndicator

AcknowledgeCommandIndicator

ErrorIndicator

CommandCompletedIndicator

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)