UCSI_GET_ERROR_STATUS_IN 構造体 (ucmucsispec.h)

GET_ERROR_STATUS コマンドで使用されます。 UCSI 仕様バージョン 1.2 の表 4-47 を参照してください。

構文

typedef struct _UCSI_GET_ERROR_STATUS_IN {
  union {
    UINT16 AsUInt16;
    struct {
      UINT16 UnrecognizedCommandError : 1;
      UINT16 NonExistentConnectorNumberError : 1;
      UINT16 InvalidCommandParametersError : 1;
      UINT16 IncompatibleConnectorPartnerError : 1;
      UINT16 CcCommunicationError : 1;
      UINT16 CommandFailureDueToDeadBattery : 1;
      UINT16 ContractNegotiationFailure : 1;
    };
  } ErrorInformation;
  UINT8 VendorDefined[14];
} UCSI_GET_ERROR_STATUS_IN, *PUCSI_GET_ERROR_STATUS_IN;

メンバー

ErrorInformation

ErrorInformation.AsUInt16

ErrorInformation.UnrecognizedCommandError

ErrorInformation.NonExistentConnectorNumberError

ErrorInformation.InvalidCommandParametersError

ErrorInformation.IncompatibleConnectorPartnerError

ErrorInformation.CcCommunicationError

ErrorInformation.CommandFailureDueToDeadBattery

ErrorInformation.ContractNegotiationFailure

VendorDefined[14]

要件

要件
最小 KMDF バージョン 1.27
最小 UMDF バージョン 該当なし
Header ucmucsispec.h (UcmUcsiCx.h を含む)