USBC_PD_AUGMENTED_POWER_DATA_OBJECT_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usbctypes.h

typedef enum _USBC_PD_AUGMENTED_POWER_DATA_OBJECT_TYPE {
  UsbCPdApdoTypeProgrammablePowerSupply
} USBC_PD_AUGMENTED_POWER_DATA_OBJECT_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-usbctypes-usbc_pd_augmented_power_data_object_type)

_USBC_PD_AUGMENTED_POWER_DATA_OBJECT_TYPE enumeration

Description

Defines augmented power data object (APDO) types.

Constants

UsbCPdApdoTypeProgrammablePowerSupply

Indicates the PD power data object is a programmable power supply augmented power data object (APDO)

Remarks

For information, see the Power Delivery specification.

See also