// ucmtypes.h
typedef enum _UCM_PD_CONN_STATE {
UcmPdConnStateInvalid,
UcmPdConnStateNotSupported,
UcmPdConnStateNegotiationFailed,
UcmPdConnStateNegotiationSucceeded
} UCM_PD_CONN_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
Defines power delivery (PD) negotiation states of a Type-C port.
UcmPdConnStateInvalidIndicates the PD negotiation state is invalid.
UcmPdConnStateNotSupportedIndicates a PD connection is not supported.
UcmPdConnStateNegotiationFailedIndicates the PD negotiation failed.
UcmPdConnStateNegotiationSucceededIndicates the PD negotiation succeeded.
UcmConnectorPdConnectionStateChanged