Interface IMassSensor
Mass sensor interface requirements.
Assembly: Meadow.Contracts.dll
View Source
public interface IMassSensor : ISamplingSensor<Mass>, ISensor<Mass>, ISensor, ISamplingSensor
Properties
Mass
Last value read from the sensor.
View Source
Mass? Mass { get; }