modbus_get_header_length - retrieve the current header length
Contents
Description
The modbus_get_header_length() function shall retrieve the current header length from the backend. This
function is convenient to manipulate a message and so its limited to low-level operations.
Name
modbus_get_header_length - retrieve the current header length
Return Value
The header length as integer value.
See Also
libmodbus(7)
Synopsis
intmodbus_get_header_length(modbus_t*ctx);
