Click or drag to resize

libsimpleioLINUX_usleep Method

Sleep for the specified number of microseconds.

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

Parameters

microsecs  Int32
Number of microseconds to sleep.
error  Int32
Error code.
See Also