![]() |
![]()
| ![]() |
![]()
Namemodbus_flush - flush non-transmitted data Synopsisint modbus_flush(modbus_t *ctx); DescriptionThe modbus_flush() function shall discard data received but not read to the socket or file descriptor associated to the context 'ctx'. Return valueThe function shall return 0 or the number of flushed bytes if successful. Otherwise it shall return -1 and set errno.
|