modbus_mapping_free.txt 558 B

12345678910111213141516171819202122232425262728293031323334
  1. modbus_mapping_free(3)
  2. =====================
  3. NAME
  4. ----
  5. modbus_mapping_free - free a modbus_mapping_t structure
  6. SYNOPSIS
  7. --------
  8. *void modbus_mapping_free(modbus_mapping_t *'mb_mapping');*
  9. DESCRIPTION
  10. -----------
  11. The function shall free the four arrays of mb_mapping_t structure and finally
  12. the mb_mapping_t referenced by _mb_mapping_.
  13. RETURN VALUE
  14. ------------
  15. There is no return values.
  16. SEE ALSO
  17. --------
  18. linkmb:modbus_mapping_new[3]
  19. AUTHORS
  20. -------
  21. The libmodbus documentation was written by Stéphane Raimbault
  22. <stephane.raimbault@gmail.com>