1 modbus_get_byte_timeout(3)
2 ==========================
7 modbus_get_byte_timeout - get timeout between bytes
12 *int modbus_get_byte_timeout(modbus_t *'ctx', uint32_t *'to_sec', uint32_t *'to_usec');*
17 The *modbus_get_byte_timeout()* function shall store the timeout interval
18 between two consecutive bytes of the same message in the _to_sec_ and _to_usec_
24 The function shall return 0 if successful. Otherwise it shall return -1 and set
35 /* Save original timeout */
36 modbus_get_byte_timeout(ctx, &to_sec, &to_usec);
42 linkmb:modbus_set_byte_timeout[3]
43 linkmb:modbus_get_response_timeout[3]
44 linkmb:modbus_set_response_timeout[3]
49 The libmodbus documentation was written by Stéphane Raimbault
50 <stephane.raimbault@gmail.com>