1MODBUS_FREE(3) libmodbus Manual MODBUS_FREE(3)
23
4
NAME
6modbus_free - free a libmodbus context
7
SYNOPSIS
9void modbus_free(modbus_t *ctx);
10
DESCRIPTION
12The modbus_free() function shall free an allocated modbus_t structure.
13
RETURN VALUE
15There is no return values.
16
SEE ALSO
18libmodbus(3)
19
AUTHORS
21The libmodbus documentation was written by Stéphane Raimbault
22<stephane.raimbault@gmail.com>
2324
25
26
libmodbus v3.1.6 07/21/2022 MODBUS_FREE(3)