modbus_mapping_free
free a modbus_mapping_t structure
- Provided by: libmodbus-dev (Version: 3.1.6-2)
- Source: libmodbus
- Report a bug
free a modbus_mapping_t structure
void modbus_mapping_free(modbus_mapping_t *mb_mapping);
The function shall free the four arrays of mb_mapping_t structure and finally the mb_mapping_t referenced by mb_mapping.
There is no return values.
The libmodbus documentation was written by Stéphane Raimbault <stephane.raimbault@gmail.com>