UCSI_CONNECTOR_PARTNER_TYPE enumeration (ucmucsispec.h)

Used in the GET_CONNECTOR_STATUS command. See Table 4-42, Offset 29 in UCSI spec version 1.2.

Syntax

typedef enum _UCSI_CONNECTOR_PARTNER_TYPE {
  UcsiConnectorPartnerTypeDfp,
  UcsiConnectorPartnerTypeUfp,
  UcsiConnectorPartnerTypePoweredCableNoUfp,
  UcsiConnectorPartnerTypePoweredCableWithUfp,
  UcsiConnectorPartnerTypeDebugAccessory,
  UcsiConnectorPartnerTypeAudioAccessory
} UCSI_CONNECTOR_PARTNER_TYPE;

Constants

 
UcsiConnectorPartnerTypeDfp
UcsiConnectorPartnerTypeUfp
UcsiConnectorPartnerTypePoweredCableNoUfp
UcsiConnectorPartnerTypePoweredCableWithUfp
UcsiConnectorPartnerTypeDebugAccessory
UcsiConnectorPartnerTypeAudioAccessory

Requirements

Requirement Value
Minimum KMDF version 1.27
Minimum UMDF version N/A
Header ucmucsispec.h (include UcmUcsiCx.h)