Click or drag to resize

Timer Interface

Abstract interface for watchdog timers.

Namespace: IO.Interfaces.Watchdog
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public interface Timer

The Timer type exposes the following members.

Properties
 NameDescription
Public propertytimeout Read/Write watchdog timer period property.
Top
Methods
 NameDescription
Public methodKick Reset the watchdog timer.
Top
See Also