Skip to main content

Interface IStateOfChargeSensor

State-of-charge sensor interface requirements.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IStateOfChargeSensor : ISensor<double>, ISensor

Methods

ReadStateOfCharge()

Reads the current state of charge of the sensor

View Source
Declaration
ValueTask<double> ReadStateOfCharge()
Returns

System.Threading.Tasks.ValueTask<System.Double>