Prepare NEWS file for next release
[libmodbus.git] / docs / modbus_get_header_length.md
blob27a8af562664881cf84a2dd5ca8b63b3844907a0
1 # modbus_get_header_length
3 ## Name
5 modbus_get_header_length - retrieve the current header length
7 ## Synopsis
9 ```c
10 int modbus_get_header_length(modbus_t *ctx);
11 ```
13 ## Description
15 The *modbus_get_header_length()* function shall retrieve the current header
16 length from the backend. This function is convenient to manipulate a message and
17 so it's limited to low-level operations.
19 ## Return value
21 The header length as integer value.