UCSI_GET_ERROR_STATUS_IN-Struktur (ucmucsispec.h)
Wird im Befehl GET_ERROR_STATUS verwendet. Siehe Tabelle 4-47 in UCSI-Spezifikation Version 1.2.
Syntax
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;
Member
ErrorInformation
ErrorInformation.AsUInt16
ErrorInformation.UnrecognizedCommandError
ErrorInformation.NonExistentConnectorNumberError
ErrorInformation.InvalidCommandParametersError
ErrorInformation.IncompatibleConnectorPartnerError
ErrorInformation.CcCommunicationError
ErrorInformation.CommandFailureDueToDeadBattery
ErrorInformation.ContractNegotiationFailure
VendorDefined[14]
Anforderungen
Anforderung | Wert |
---|---|
KMDF-Mindestversion | 1,27 |
UMDF-Mindestversion | – |
Kopfzeile | ucmucsispec.h (include UcmUcsiCx.h) |