modbus_mapping_free - Man Page
free a modbus_mapping_t structure
Synopsis
void modbus_mapping_free(modbus_mapping_t *mb_mapping);
Description
The function shall free the four arrays of mb_mapping_t structure and finally the mb_mapping_t referenced by mb_mapping.
Return Value
There is no return values.
See Also
Authors
The libmodbus documentation was written by Stéphane Raimbault <stephane.raimbault@gmail.com>
Referenced By
libmodbus(7), modbus_mapping_new(3), modbus_mapping_new_start_address(3).
07/18/2024 libmodbus v3.1.7 libmodbus Manual