Update modbus-data.c
[libmodbus.git] / doc / modbus_flush.txt
blobf4f9b166c9886eb5ca5f3df8ebfdced3ccf130ba
1 modbus_flush(3)
2 ===============
5 NAME
6 ----
7 modbus_flush - flush non-transmitted data
10 SYNOPSIS
11 --------
12 *int modbus_flush(modbus_t *'ctx');*
15 DESCRIPTION
16 -----------
17 The *modbus_flush()* function shall discard data received but not read to the
18 socket or file descriptor associated to the context 'ctx'.
21 RETURN VALUE
22 ------------
23 The function shall return 0 or the number of flushed bytes if
24 successful. Otherwise it shall return -1 and set errno.
27 AUTHORS
28 -------
29 The libmodbus documentation was written by Stéphane Raimbault
30 <stephane.raimbault@gmail.com>