// ucmucsispec.h
typedef enum _UCSI_COMMAND {
UcsiCommandPpmReset,
UcsiCommandCancel,
UcsiCommandConnectorReset,
UcsiCommandAckCcCi,
UcsiCommandSetNotificationEnable,
UcsiCommandGetCapability,
UcsiCommandGetConnectorCapability,
UcsiCommandSetUom,
UcsiCommandSetUor,
UcsiCommandSetPdm,
UcsiCommandSetPdr,
UcsiCommandGetAlternateModes,
UcsiCommandGetCamSupported,
UcsiCommandGetCurrentCam,
UcsiCommandSetNewCam,
UcsiCommandGetPdos,
UcsiCommandGetCableProperty,
UcsiCommandGetConnectorStatus,
UcsiCommandGetErrorStatus,
UcsiCommandSetPowerLevel,
UcsiCommandMax
} UCSI_COMMAND;
View the official Windows Driver Kit DDI referenceNo description available.
See Table 4-51: Command Code, in UCSI spec version 1.2.
UcsiCommandPpmResetSee PPM_RESET described in section 4.5.1 of the specification.
UcsiCommandCancelSee CANCEL described in section 4.5.2 of the specification.
UcsiCommandConnectorResetSee CONNECTOR_RESET described in section 4.5.3 of the specification.
UcsiCommandAckCcCiSee ACK_CC_CI described in section 4.5.4 of the specification.
UcsiCommandSetNotificationEnableSee SET_NOTIFICATION_ENABLE described in section 4.5.5 of the specification.
UcsiCommandGetCapabilitySee GET_CAPABILITY described in section 4.5.6 of the specification.
UcsiCommandGetConnectorCapabilitySee GET_CONNECTOR_CAPABILITY described in section 4.5.7 of the specification.
UcsiCommandSetUomSee SET_CCOM described in section 4.5.8 of the specification.
UcsiCommandSetUorSee SET_UOR described in section 4.5.9 of the specification.
UcsiCommandSetPdmSee SET_PDM described in section 4.5.10 of the specification.
UcsiCommandSetPdrSee SET_PDR described in section 4.5.10 of the specification.
UcsiCommandGetAlternateModesSee GET_ALTERNATE_MODES described in section 4.5.11 of the specification.
UcsiCommandGetCamSupportedSee GET_CAM_SUPPORTED described in section 4.5.12 of the specification.
UcsiCommandGetCurrentCamSee GET_CURRENT_CAM described in section 4.5.13 of the specification.
UcsiCommandSetNewCamSee SET_NEW_CAM described in section 4.5.14 of the specification.
UcsiCommandGetPdosSee GET_PDOS described in section 4.5.15 of the specification.
UcsiCommandGetCablePropertySee GET_CABLE_PROPERTY described in section 4.5.16 of the specification.
UcsiCommandGetConnectorStatusSee GET_CONNECTOR_STATUS described in section 4.5.17 of the specification.
UcsiCommandGetErrorStatusSee GET_ERROR_STATUS described in section 4.5.18 of the specification.
UcsiCommandSetPowerLevelSee SET_POWER_LEVEL described in section 4.5.19 of the specification.
UcsiCommandMaxReserved.