UCSI_GET_CAM_SUPPORTED_COMMAND unione (ucmucsispec.h)

Usato nel comando GET_CAM_SUPPORTED. Vedere Tabella 4-27 nella specifica UCSI versione 1.2.

Sintassi

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

Requisiti

Requisito Valore
Versione KMDF minima 1.27
Versione UMDF minima N/D
Intestazione ucmucsispec.h (includere UcmUcsiCx.h)