123456789101112131415161718192021222324252627282930313233 |
- modbus_free(3)
- ==============
- NAME
- ----
- modbus_free - free a libmodbus context
- SYNOPSIS
- --------
- *void modbus_free(modbus_t *'ctx');*
- DESCRIPTION
- -----------
- The *modbus_free()* function shall free an allocated modbus_t structure.
- RETURN VALUE
- ------------
- There is no return values.
- SEE ALSO
- --------
- linkmb:libmodbus[3]
- AUTHORS
- -------
- The libmodbus documentation was written by Stéphane Raimbault
- <stephane.raimbault@gmail.com>
|