Edit

Share via


Status.Deconstruct Method

Definition

public void Deconstruct (out bool IsFault, out bool IsButton, out Iot.Device.PiJuiceDevice.Models.BatteryState Battery, out Iot.Device.PiJuiceDevice.Models.PowerInState PowerInput, out Iot.Device.PiJuiceDevice.Models.PowerInState PowerInput5VoltInput);
member this.Deconstruct : bool * bool * BatteryState * PowerInState * PowerInState -> unit
Public Sub Deconstruct (ByRef IsFault As Boolean, ByRef IsButton As Boolean, ByRef Battery As BatteryState, ByRef PowerInput As PowerInState, ByRef PowerInput5VoltInput As PowerInState)

Parameters

IsFault
Boolean
IsButton
Boolean
Battery
BatteryState
PowerInput
PowerInState
PowerInput5VoltInput
PowerInState

Applies to