Click or drag to resize

libsimpleioWATCHDOG_get_timeout Method

Query a Linux watchdog timer device.

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

Parameters

fd  Int32
File descriptor.
timeout  Int32
Timeout period in seconds.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also