在 GET_CAM_SUPPORTED 命令中使用。 请参阅 UCSI 规范版本 1.2中的表 4-27。
语法
typedef union _UCSI_GET_CAM_SUPPORTED_COMMAND {
UINT64 AsUInt64;
struct {
UINT64 Command : 8;
UINT64 DataLength : 8;
UINT64 ConnectorNumber : 7;
};
} UCSI_GET_CAM_SUPPORTED_COMMAND, *PUCSI_GET_CAM_SUPPORTED_COMMAND;
成员
AsUInt64
Command
DataLength
ConnectorNumber
要求
| 要求 | 价值 |
|---|---|
| 最低 KMDF 版本 | 1.27 |
| 最低 UMDF 版本 | N/A |
| 标头 | ucmucsispec.h (包括 UcmUcsiCx.h) |