CID 69145 - Argument cannot be negative in unit-test-server
[libmodbus.git] / doc / modbus_get_header_length.txt
blob79f7cd96d07dcc515312314c0ef18479cfede946
1 modbus_get_header_length(3)
2 ===========================
5 NAME
6 ----
7 modbus_get_header_length - retrieve the current header length
10 SYNOPSIS
11 --------
12 *int modbus_get_header_length(modbus_t *'ctx');*
15 DESCRIPTION
16 -----------
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.
22 RETURN VALUE
23 ------------
24 The header length as integer value.
27 SEE ALSO
28 --------
29 linkmb:libmodbus[7]
32 AUTHORS
33 -------
34 The libmodbus documentation was written by Stéphane Raimbault
35 <stephane.raimbault@gmail.com>