Skip to main content

Interface ICounter

Abstraction for Counter devices

Assembly: Meadow.Contracts.dll
View Source
public interface ICounter

Properties

Enabled

Gets or sets the Enabled property

View Source
bool Enabled { get; set; }

Count

Gets the current Count

View Source
long Count { get; }

Methods

Reset()

Resets the Count to zero

View Source
void Reset()