struttura UCSI_GET_ERROR_STATUS_IN (ucmucsispec.h)

Usato nel comando GET_ERROR_STATUS. Vedere Tabella 4-47 nella specifica UCSI versione 1.2.

Sintassi

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;

Members

ErrorInformation

ErrorInformation.AsUInt16

ErrorInformation.UnrecognizedCommandError

ErrorInformation.NonExistentConnectorNumberError

ErrorInformation.InvalidCommandParametersError

ErrorInformation.IncompatibleConnectorPartnerError

ErrorInformation.CcCommunicationError

ErrorInformation.CommandFailureDueToDeadBattery

ErrorInformation.ContractNegotiationFailure

VendorDefined[14]

Requisiti

Requisito Valore
Versione KMDF minima 1.27
Versione UMDF minima N/D
Intestazione ucmucsispec.h (includere UcmUcsiCx.h)