table of contents
- bookworm 3.1.6-2.1
MODBUS_REPLY_EXCEPTI(3) | libmodbus Manual | MODBUS_REPLY_EXCEPTI(3) |
NAME¶
modbus_reply_exception - send an exception response
SYNOPSIS¶
*int modbus_reply_exception(modbus_t *ctx, const uint8_t *req, unsigned int exception_code);
DESCRIPTION¶
The modbus_reply_exception() function shall send an exception response based on the exception_code in argument.
The libmodbus provides the following exception codes:
The initial request req is required to build a valid response.
RETURN VALUE¶
The function shall return the length of the response sent if successful. Otherwise it shall return -1 and set errno.
ERRORS¶
EINVAL
SEE ALSO¶
modbus_reply(3) libmodbus(7)
AUTHORS¶
The libmodbus documentation was written by Stéphane Raimbault <stephane.raimbault@gmail.com>
10/15/2022 | libmodbus v3.1.6 |