union UCSI_CCI (ucmucsispec.h)
Utilisé dans la commande GET_CONNECTOR_CAPABILITY. Consultez le tableau 4-16 de la spécification UCSI version 1.2.
Syntaxe
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;
Membres
AsUInt32
ConnectorChangeIndicator
DataLength
NotSupportedIndicator
CancelCompletedIndicator
ResetCompletedIndicator
BusyIndicator
AcknowledgeCommandIndicator
ErrorIndicator
CommandCompletedIndicator
Configuration requise
Condition requise | Valeur |
---|---|
Version KMDF minimale | 1,27 % |
Version UMDF minimale | N/A |
En-tête | ucmucsispec.h (inclure UcmUcsiCx.h) |