Skip to main content

Interface IAnalogInputArray

Contract for an array of analog input values

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IAnalogInputArray

Properties

CurrentValues

Gets the last set of retrieved analog values

View Source
Declaration
double[] CurrentValues { get; }

Methods

Refresh()

Refreshes the CurrentValues property

View Source
Declaration
void Refresh()