unione UCSI_GET_CAM_SUPPORTED_COMMAND (ucmucsispec.h)
Usato nel comando GET_CAM_SUPPORTED. Vedere La tabella 4-27 in 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;
Membri
AsUInt64
Command
DataLength
ConnectorNumber
Fabbisogno
Requisito | Valore |
---|---|
versione minima di KMDF | 1.27 |
versione minima di UMDF | N/D |
intestazione | ucmucsispec.h (include UcmUcsiCx.h) |