UCSI_MESSAGE_IN 공용 구조체(ucmucsispec.h)

MESSAGE IN 데이터 구조입니다. UCSI 사양 버전 1.2의 섹션 3.4를 참조하세요.

구문

typedef union _UCSI_MESSAGE_IN {
  UINT8                            AsBuffer[UCSI_MAX_DATA_LENGTH];
  UCSI_GET_CAPABILITY_IN           Capability;
  UCSI_GET_CONNECTOR_CAPABILITY_IN ConnectorCapability;
  UCSI_GET_ALTERNATE_MODES_IN      AlternateModes;
  UCSI_GET_CAM_SUPPORTED_IN        CamSupported;
  UCSI_GET_CURRENT_CAM_IN          CurrentCam;
  UCSI_GET_PDOS_IN                 Pdos;
  UCSI_GET_CABLE_PROPERTY_IN       CableProperty;
  UCSI_GET_CONNECTOR_STATUS_IN     ConnectorStatus;
  UCSI_GET_ERROR_STATUS_IN         ErrorStatus;
} UCSI_MESSAGE_IN, *PUCSI_MESSAGE_IN;

멤버

AsBuffer[UCSI_MAX_DATA_LENGTH]

Capability

ConnectorCapability

AlternateModes

CamSupported

CurrentCam

Pdos

CableProperty

ConnectorStatus

ErrorStatus

요구 사항

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