libsimpleioSERIAL_send Method |
Send data to a Linux serial port device.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public static void SERIAL_send(
int fd,
byte[] buf,
int bufsize,
out int count,
out int error
)
Parameters
- fd Int32
- File descriptor.
- buf Byte
- Source buffer.
- bufsize Int32
- Source buffer size.
- count Int32
- Number of bytes actually sent.
- error Int32
- Error code. Zero upon success or an errno
value upon failure.
See Also