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>
25
26
27
28libmodbus v3.1.7 07/20/2023 MODBUS_GET_HEADER_LE(3)