Skip to main content

Interface IDissolvedOxygenConcentrationSensor

Dissolved oxygen concetration interface requirements

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

Properties

Concentration

Last value read from the dissolved xxygen concentration sensor

View Source
Declaration
ConcentrationInWater? Concentration { get; }