FixedSupplyObject Class

Definition

PDO of a fixed supply sources.

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

Constructors

FixedSupplyObject(UInt32)

Initializes a new instance of the FixedSupplyObject class.

Properties

DualRoleData

Gets or sets a value indicating whether the PDO supports dual role data.

DualRolePower

Gets or sets a value indicating whether the PDO supports dual role power.

HigherCapability

Gets or sets a value indicating whether this PDO has a higher capability.

OperationalCurrent

Gets or sets the operational current.

Power

Gets the power of this PDO.

UnconstrainedPower

Gets or sets a value indicating whether this PDO has unconstrained power.

UsbCommunicationsCapable

Gets or sets a value indicating whether this PDO is USB communications capable.

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)
Voltage

Gets or sets the voltage.

Methods

ToString()

Returns a string that represents the current object.

Applies to