1MODBUS_GET_HEADER_LE(3) Libmodbus Manual MODBUS_GET_HEADER_LE(3)
2
3
4
6 modbus_get_header_length - retrieve the current header length
7
9 int modbus_get_header_length(modbus_t *ctx);
10
12 The modbus_get_header_length() function shall retrieve the current
13 header length from the backend. This function is convenient to
14 manipulate a message and so its limited to low-level operations.
15
17 The header length as integer value.
18
20 libmodbus(7)
21
23 The libmodbus documentation was written by Stéphane Raimbault
24 <stephane.raimbault@gmail.com[1]>
25
27 1. stephane.raimbault@gmail.com
28 mailto:stephane.raimbault@gmail.com
29
30
31
32libmodbus 3.0.6 04/02/2014 MODBUS_GET_HEADER_LE(3)