UCSI_CCI unione (ucmucsispec.h)
Usato nel comando GET_CONNECTOR_CAPABILITY. Vedere Tabella 4-16 nella specifica UCSI versione 1.2.
Sintassi
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;
Members
AsUInt32
ConnectorChangeIndicator
DataLength
NotSupportedIndicator
CancelCompletedIndicator
ResetCompletedIndicator
BusyIndicator
AcknowledgeCommandIndicator
ErrorIndicator
CommandCompletedIndicator
Requisiti
Requisito | Valore |
---|---|
Versione KMDF minima | 1.27 |
Versione UMDF minima | N/D |
Intestazione | ucmucsispec.h (includere UcmUcsiCx.h) |