PowerInput.Deconstruct Method

Definition

public void Deconstruct (out Iot.Device.PiJuiceDevice.Models.PowerInputType Precedence, out bool GpioIn, out bool NoBatteryTurnOn, out UnitsNet.ElectricCurrent UsbMicroCurrentLimit, out UnitsNet.ElectricPotential UsbMicroDynamicPowerManagement, out bool NonVolatile);
member this.Deconstruct : PowerInputType * bool * bool * ElectricCurrent * ElectricPotential * bool -> unit
Public Sub Deconstruct (ByRef Precedence As PowerInputType, ByRef GpioIn As Boolean, ByRef NoBatteryTurnOn As Boolean, ByRef UsbMicroCurrentLimit As ElectricCurrent, ByRef UsbMicroDynamicPowerManagement As ElectricPotential, ByRef NonVolatile As Boolean)

Parameters

Precedence
PowerInputType
GpioIn
Boolean
NoBatteryTurnOn
Boolean
UsbMicroCurrentLimit
UnitsNet.ElectricCurrent
UsbMicroDynamicPowerManagement
UnitsNet.ElectricPotential
NonVolatile
Boolean

Applies to