table of contents
other versions
- bookworm 3.1.6-2.1
MODBUS_FREE(3) | libmodbus Manual | 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¶
libmodbus(3)
AUTHORS¶
The libmodbus documentation was written by Stéphane Raimbault <stephane.raimbault@gmail.com>
10/15/2022 | libmodbus v3.1.6 |