UCSI_CCI union (ucmucsispec.h)
GET_CONNECTOR_CAPABILITY コマンドで使用されます。 UCSI 仕様バージョン 1.2 の表 4-16 を参照してください。
構文
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;
メンバー
AsUInt32
ConnectorChangeIndicator
DataLength
NotSupportedIndicator
CancelCompletedIndicator
ResetCompletedIndicator
BusyIndicator
AcknowledgeCommandIndicator
ErrorIndicator
CommandCompletedIndicator
要件
要件 | 値 |
---|---|
最小 KMDF バージョン | 1.27 |
最小 UMDF バージョン | 該当なし |
Header | ucmucsispec.h (UcmUcsiCx.h を含む) |