1MODBUS_SET_BYTE_TIME(3) Libmodbus Manual MODBUS_SET_BYTE_TIME(3)
2
3
4
6 modbus_set_byte_timeout - set timeout between bytes
7
9 void modbus_set_byte_timeout(modbus_t *ctx, struct timeval *timeout);
10
12 The modbus_set_byte_timeout() function shall set the timeout interval
13 between two consecutive bytes of the same message. If the delay between
14 is longer than the given timeout, an error will be raised.
15
16 If the timeout value has a tv_sec of -1 then this timeout will not be
17 used at all. This results in modbus_set_response_timeout governing the
18 entire timeout duration of an operation.
19
21 There is no return values.
22
24 modbus_get_byte_timeout(3) modbus_get_response_timeout(3)
25 modbus_set_response_timeout(3)
26
28 The libmodbus documentation was written by Stéphane Raimbault
29 <stephane.raimbault@gmail.com[1]>
30
32 1. stephane.raimbault@gmail.com
33 mailto:stephane.raimbault@gmail.com
34
35
36
37libmodbus 3.0.6 04/02/2014 MODBUS_SET_BYTE_TIME(3)