Edit

Share via


FaultStatus.Deconstruct Method

Definition

public void Deconstruct (out bool ButtonPowerOff, out bool ForcedPowerOff, out bool ForcedSystemPowerOff, out bool WatchdogReset, out bool BatteryProfileInvalid, out Iot.Device.PiJuiceDevice.Models.BatteryChargingTemperatureFault BatteryChargingTemperatureFault);
member this.Deconstruct : bool * bool * bool * bool * bool * BatteryChargingTemperatureFault -> unit
Public Sub Deconstruct (ByRef ButtonPowerOff As Boolean, ByRef ForcedPowerOff As Boolean, ByRef ForcedSystemPowerOff As Boolean, ByRef WatchdogReset As Boolean, ByRef BatteryProfileInvalid As Boolean, ByRef BatteryChargingTemperatureFault As BatteryChargingTemperatureFault)

Parameters

ButtonPowerOff
Boolean
ForcedPowerOff
Boolean
ForcedSystemPowerOff
Boolean
WatchdogReset
Boolean
BatteryProfileInvalid
Boolean
BatteryChargingTemperatureFault
BatteryChargingTemperatureFault

Applies to