PowerDeliveryObject Class

Definition

Base class for all the different power delivery objects (=PDO).

public abstract class PowerDeliveryObject
type PowerDeliveryObject = class
Public MustInherit Class PowerDeliveryObject
Inheritance
PowerDeliveryObject
Derived

Constructors

PowerDeliveryObject(UInt32)

Initializes a new instance of the PowerDeliveryObject class.

Properties

Power

Gets the power of this PDO.

Value

Gets or sets the value which encodes all properties of this PDO and can be used to send this PDO to the USB-PD controller. See USB-PD specification for details.

Methods

CreateFromValue(UInt32)

Creates a new PDO from the given value.

Applies to