USBC_PD_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_POWER_DATA_OBJECT_TYPE {
  UsbCPdPdoTypeFixedSupply,
  UsbCPdPdoTypeBatterySupply,
  UsbCPdPdoTypeVariableSupplyNonBattery,
  UsbCPdPdoTypeAugmentedPowerDataObject
} USBC_PD_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_power_data_object_type)

_USBC_PD_POWER_DATA_OBJECT_TYPE enumeration

Description

Defines power data object (PDO) types.

Constants

UsbCPdPdoTypeFixedSupply

Indicates the PD data object type is a fixed supply.

UsbCPdPdoTypeBatterySupply

Indicates the PD data object type is a battery supply.

UsbCPdPdoTypeVariableSupplyNonBattery

Indicates the PD data object type is a non-battery variable supply.

UsbCPdPdoTypeAugmentedPowerDataObject

Indicates the PD data object type is an augmented supply.

Remarks

For information about these members, see the Power Delivery specification.

See also