共用方式為


UCSI_GET_CURRENT_CAM_COMMAND union (ucmucsispec.h)

用於 GET_CURRENT_CAM 命令。 請參閱 UCSI 規格 1.2 版中的表格 4-29

語法

typedef union _UCSI_GET_CURRENT_CAM_COMMAND {
  UINT64 AsUInt64;
  struct {
    UINT64 Command : 8;
    UINT64 DataLength : 8;
    UINT64 ConnectorNumber : 7;
  };
} UCSI_GET_CURRENT_CAM_COMMAND, *PUCSI_GET_CURRENT_CAM_COMMAND;

成員

AsUInt64

Command

DataLength

ConnectorNumber

要求

要求 價值
最低 KMDF 版本 1.27
最低 UMDF 版本 N/A
標頭 ucmucsispec.h (包括 UcmUcsiCx.h)