Click or drag to resize

libsimpleioLINUX_poll_input Method

Wait for a POLLIN input event on a single file descriptor.

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

Parameters

fd  Int32
File descriptor.
timeoutms  Int32
Milliseconds to wait for an event to occur. A value of -1 means wait forever and a value of 0 means do not wait at all.
error  Int32
Error code.
See Also