Click or drag to resize

libsimpleioLINUX_strerror Method

Retrieve the error message for a particular errno error code.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void LINUX_strerror(
	int error,
	StringBuilder buf,
	int bufsize
)

Parameters

error  Int32
Error code.
buf  StringBuilder
Destination buffer.
bufsize  Int32
Destination buffer size.
See Also