Click or drag to resize

Timer Constructor

Constructor for a single watchdog timer.

Namespace: IO.Objects.SimpleIO.Watchdog
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Timer(
	string devname = "/dev/watchdog",
	int timeout = 0
)

Parameters

devname  String  (Optional)
Device node name.
timeout  Int32  (Optional)
Watchdog timeout setting in seconds, or DefaultTimeout.
See Also