Edit

Share via


VariableSupplyObject(UInt32) Constructor

Definition

Initializes a new instance of the VariableSupplyObject class.

public VariableSupplyObject (uint rawValue);
new Iot.Device.Usb.VariableSupplyObject : uint32 -> Iot.Device.Usb.VariableSupplyObject
Public Sub New (rawValue As UInteger)

Parameters

rawValue
UInt32

The raw value received from or sent to the USB-PD controller which encodes all properties of this PDO. See USB-PD specification for details.

Applies to