UCSI_GET_CAM_SUPPORTED_COMMAND union (ucmucsispec.h)

Used in the GET_CAM_SUPPORTED command. See Table 4-27 in UCSI spec version 1.2.

Syntax

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;

Members

AsUInt64

Command

DataLength

ConnectorNumber

Requirements

Requirement Value
Minimum KMDF version 1.27
Minimum UMDF version N/A
Header ucmucsispec.h (include UcmUcsiCx.h)