Bme680.TryReadGasResistance(ElectricResistance) Method

Definition

Reads the gas resistance. A return value indicates whether the reading succeeded.

public bool TryReadGasResistance (out UnitsNet.ElectricResistance gasResistance);
[System.Device.Model.Telemetry("GasResistance", null)]
public bool TryReadGasResistance (out UnitsNet.ElectricResistance gasResistance);
member this.TryReadGasResistance : ElectricResistance -> bool
[<System.Device.Model.Telemetry("GasResistance", null)>]
member this.TryReadGasResistance : ElectricResistance -> bool
Public Function TryReadGasResistance (ByRef gasResistance As ElectricResistance) As Boolean

Parameters

gasResistance
UnitsNet.ElectricResistance

Contains the measured gas resistance if the heater module reached the target temperature and the measurement was valid. Undefined otherwise.

Returns

true if measurement was not skipped, otherwise false.

Attributes

Applies to