libsimpleioSERIAL_flush Method |
Flush Linux serial port buffer(s)/queue(s).
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntaxpublic 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