Skip to main content

Interface IVolumetricFlowSensor

Volumetric flow sensor interface requirements.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IVolumetricFlowSensor : ISensor<VolumetricFlow>, ISensor

Properties

Flow

Last value read from the sensor.

View Source
Declaration
VolumetricFlow Flow { get; }