1MODBUS_RECEIVE_CONFI(3)        Libmodbus Manual        MODBUS_RECEIVE_CONFI(3)
2
3
4

NAME

6       modbus_receive_confirmation - receive a confirmation request
7

SYNOPSIS

9       int modbus_receive_confirmation(modbus_t *ctx, uint8_t *rsp);
10

DESCRIPTION

12       The modbus_receive_confirmation() function shall receive a request via
13       the socket of the context ctx. This function must be used for debugging
14       purposes because the received response isn’t checked against the
15       initial request. This function can be used to receive request not
16       handled by the library.
17

RETURN VALUE

19       The modbus_receive_confirmation() function shall store the confirmation
20       request in rsp and return the response length if sucessful. Otherwise
21       it shall return -1 and set errno.
22

SEE ALSO

24       modbus_send_raw_request(3)
25

AUTHORS

27       The libmodbus documentation was written by Stéphane Raimbault
28       <stephane.raimbault@gmail.com[1]>
29

NOTES

31        1. stephane.raimbault@gmail.com
32           mailto:stephane.raimbault@gmail.com
33
34
35
36libmodbus 3.0.8                   07/31/2019           MODBUS_RECEIVE_CONFI(3)
Impressum