Skip to main content

Interface IGasResistanceSensor

Gas ressistance interface requirements.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IGasResistanceSensor : ISamplingSensor<Resistance>, ISensor<Resistance>, ISensor, ISamplingSensor

Properties

GasResistance

Last value read from the gas resistance sensor.

View Source
Declaration
Resistance? GasResistance { get; }