UCM_PD_POWER_DATA_OBJECT_TYPE-Enumeration (ucmtypes.h)

Definiert Power Data-Objekttypen.

Syntax

typedef enum _UCM_PD_POWER_DATA_OBJECT_TYPE {
  UcmPdPdoTypeFixedSupply,
  UcmPdPdoTypeBatterySupply,
  UcmPdPdoTypeVariableSupplyNonBattery
} UCM_PD_POWER_DATA_OBJECT_TYPE;

Konstanten

 
UcmPdPdoTypeFixedSupply
Gibt an, dass der PD-Datenobjekttyp eine feste Versorgung ist.
UcmPdPdoTypeBatterySupply
Gibt an, dass der PD-Datenobjekttyp eine Batterieversorgung ist.
UcmPdPdoTypeVariableSupplyNonBattery
Gibt an, dass der PD-Datenobjekttyp eine Nicht-Batterievariablenversorgung ist.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 10
Unterstützte Mindestversion (Server) Windows Server 2016
KMDF-Mindestversion 1.15
UMDF-Mindestversion 2.15
Kopfzeile ucmtypes.h (ucmcx.h einschließen)

Weitere Informationen

UCM_PD_POWER_DATA_OBJECT_GET_TYPE