1MODBUS_GET_BYTE_TIME(3)        Libmodbus Manual        MODBUS_GET_BYTE_TIME(3)
2
3
4

NAME

6       modbus_get_byte_timeout - get timeout between bytes
7

SYNOPSIS

9       void modbus_get_byte_timeout(modbus_t *ctx, struct timeval *timeout);
10

DESCRIPTION

12       The modbus_get_byte_timeout() function shall store the timeout interval
13       between two consecutive bytes of the same message in the timeout
14       argument.
15

RETURN VALUE

17       There is no return values.
18

EXAMPLE

20           struct timeval byte_timeout;
21
22           /* Save original timeout */
23           modbus_get_byte_timeout(ctx, &byte_timeout);
24

SEE ALSO

26       modbus_get_response_timeout(3) modbus_set_response_timeout(3)
27       modbus_set_byte_timeout(3)
28

AUTHORS

30       The libmodbus documentation was written by Stéphane Raimbault
31       <stephane.raimbault@gmail.com[1]>
32

NOTES

34        1. stephane.raimbault@gmail.com
35           mailto:stephane.raimbault@gmail.com
36
37
38
39libmodbus 3.0.8                   07/31/2019           MODBUS_GET_BYTE_TIME(3)
Impressum