Click or drag to resize

libsimpleioWATCHDOG_kick Method

Reset the watchdog timer.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void WATCHDOG_kick(
	int fd,
	out int error
)

Parameters

fd  Int32
File descriptor.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also