modbus_get_header_length
retrieve the current header length
- Provided by: libmodbus-dev (Version: 3.1.6-2)
- Source: libmodbus
- Report a bug
retrieve the current header length
int modbus_get_header_length(modbus_t *ctx);
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.
The header length as integer value.
The libmodbus documentation was written by Stéphane Raimbault <stephane.raimbault@gmail.com>