1 modbus_get_header_length(3)
2 ===========================
7 modbus_get_header_length - retrieve the current header length
12 *int modbus_get_header_length(modbus_t *'ctx');*
17 The *modbus_get_header_length()* function shall retrieve the current header
18 length from the backend. This function is convenient to manipulate a message and
19 so its limited to low-level operations.
24 The header length as integer value.
34 The libmodbus documentation was written by Stéphane Raimbault
35 <stephane.raimbault@gmail.com>