Click or drag to resize

libsimpleioLINUX_errno Method

Fetch the value of errno.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static int LINUX_errno()

Return Value

Int32
Current value of errno.
See Also