PowerInput.Deconstruct Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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