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_mapping_free - free a modbus_mapping_t structure

Authors

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

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

Description

       The function shall free the four arrays of mb_mapping_t structure and finally the mb_mapping_t referenced
       by mb_mapping.

Name

       modbus_mapping_free - free a modbus_mapping_t structure

Return Value

       There is no return values.

See Also

modbus_mapping_new(3)

Synopsis

voidmodbus_mapping_free(modbus_mapping_t*mb_mapping);

See Also