Constructor for a single watchdog timer.
Namespace: IO.Objects.SimpleIO.WatchdogAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax 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