Skip to main content

Interface ICurrentSensor

Electrical Current sensor interface requirements.

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

Properties

Current

Last value read from the Current sensor.

View Source
Declaration
Current? Current { get; }