modbus_free.txt 444 B

123456789101112131415161718192021222324252627282930313233
  1. modbus_free(3)
  2. ==============
  3. NAME
  4. ----
  5. modbus_free - free a libmodbus context
  6. SYNOPSIS
  7. --------
  8. *void modbus_free(modbus_t *'ctx');*
  9. DESCRIPTION
  10. -----------
  11. The *modbus_free()* function shall free an allocated modbus_t structure.
  12. RETURN VALUE
  13. ------------
  14. There is no return values.
  15. SEE ALSO
  16. --------
  17. linkmb:libmodbus[3]
  18. AUTHORS
  19. -------
  20. The libmodbus documentation was written by Stéphane Raimbault
  21. <stephane.raimbault@gmail.com>