1MODBUS_MAPPING_FREE(3) libmodbus Manual MODBUS_MAPPING_FREE(3)
2
3
4
6 modbus_mapping_free - free a modbus_mapping_t structure
7
9 void modbus_mapping_free(modbus_mapping_t *mb_mapping);
10
12 The function shall free the four arrays of mb_mapping_t structure and
13 finally the mb_mapping_t referenced by mb_mapping.
14
16 There is no return values.
17
19 modbus_mapping_new(3)
20
22 The libmodbus documentation was written by Stéphane Raimbault
23 <stephane.raimbault@gmail.com>
24
25
26
27libmodbus v3.1.6 01/19/2023 MODBUS_MAPPING_FREE(3)