Click or drag to resize

libsimpleioSERIAL_flush Method

Flush Linux serial port buffer(s)/queue(s).

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

Parameters

fd  Int32
File descriptor.
what  Int32
What buffer(s)/queue(s) to flush.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also