USBC_PD_ALTERNATE_MODE structure (usbctypes.h)

Stores information about the alternate mode that was detected.

Syntax

typedef struct _USBC_PD_ALTERNATE_MODE {
  UINT16 SVID;
  UINT32 Mode;
} USBC_PD_ALTERNATE_MODE, *PUSBC_PD_ALTERNATE_MODE;

Members

SVID

The Standard or Vendor ID (SVID) for the alternate mode that was entered.

Mode

The Standard or Vendor defined Mode value for the alternate mode that was entered.

Requirements

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