Click or drag to resize

libsimpleioWATCHDOG_set_timeout Method

Change the watchdog timer period.

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

Parameters

fd  Int32
File descriptor.
newtimeout  Int32
Requested timeout period in seconds.
timeout  Int32
Actual timeout period in seconds.
error  Int32
Error code. Zero upon success or an errno value upon failure.
Remarks
Not all platforms allow changing the timeout period. Some platforms may not allow increasing the period.
See Also