VariableSupplyObject Class

Definition

PDO of a variable supply source.

public class VariableSupplyObject : Iot.Device.Usb.PowerDeliveryObject
type VariableSupplyObject = class
    inherit PowerDeliveryObject
Public Class VariableSupplyObject
Inherits PowerDeliveryObject
Inheritance
VariableSupplyObject

Constructors

VariableSupplyObject(UInt32)

Initializes a new instance of the VariableSupplyObject class.

Properties

MaximalVoltage

Gets or sets the maximal voltage.

MinimalVoltage

Gets or sets the minimal voltage.

OperationalCurrent

Gets or sets the operational current.

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.

(Inherited from PowerDeliveryObject)

Methods

ToString()

Returns a string that represents the current object.

Applies to