Interface IDissolvedOxygenConcentrationSensor
Dissolved oxygen concetration interface requirements
Assembly: Meadow.Contracts.dll
View Source
public interface IDissolvedOxygenConcentrationSensor : ISamplingSensor<ConcentrationInWater>, ISensor<ConcentrationInWater>, ISensor, ISamplingSensor
Properties
Concentration
Last value read from the dissolved xxygen concentration sensor
View Source
ConcentrationInWater? Concentration { get; }