Interface IRainGauge
Represents a rain gauge to measure accumulated rainfall depth.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IRainGauge : ISamplingSensor<Length>, ISensor<Length>, ISensor, ISamplingSensor
Properties
RainDepth
Gets the total accumulated rainfall depth.
View Source
Declaration
Length RainDepth { get; }