UCSI_CCI 공용 구조체(ucmucsispec.h)

GET_CONNECTOR_CAPABILITY 명령에 사용됩니다. UCSI 사양 버전 1.2의 표 4-16을 참조하세요.

구문

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;

멤버

AsUInt32

ConnectorChangeIndicator

DataLength

NotSupportedIndicator

CancelCompletedIndicator

ResetCompletedIndicator

BusyIndicator

AcknowledgeCommandIndicator

ErrorIndicator

CommandCompletedIndicator

요구 사항

요구 사항
최소 KMDF 버전 1.27
최소 UMDF 버전 해당 없음
머리글 ucmucsispec.h(UcmUcsiCx.h 포함)