logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

modbus_get_header_length - retrieve the current header length

Authors

       The libmodbus documentation was written by Stéphane Raimbault <stephane.raimbault@gmail.com>

libmodbus v3.1.6                                   12/09/2019                            MODBUS_GET_HEADER_LE(3)

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);

See Also