UCSI_GET_CONNECTOR_CAPABILITY_COMMAND unión (ucmucsispec.h)
Se usa en el comando GET_CONNECTOR_CAPABILITY. Consulte la tabla 4-15 en la especificación UCSI versión 1.2.
Sintaxis
typedef union _UCSI_GET_CONNECTOR_CAPABILITY_COMMAND {
UINT64 AsUInt64;
struct {
UINT64 Command : 8;
UINT64 DataLength : 8;
UINT64 ConnectorNumber : 7;
};
} UCSI_GET_CONNECTOR_CAPABILITY_COMMAND, *PUCSI_GET_CONNECTOR_CAPABILITY_COMMAND;
Miembros
AsUInt64
Command
DataLength
ConnectorNumber
Requisitos
Requisito | Value |
---|---|
Versión mínima de KMDF | 1.27 |
Versión mínima de UMDF | N/D |
Encabezado | ucmucsispec.h (incluya UcmUcsiCx.h) |