Query: modbus_receive_confirmation
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MODBUS_RECEIVE_CONFI(3) Libmodbus Manual MODBUS_RECEIVE_CONFI(3)NAMEmodbus_receive_confirmation - receive a confirmation requestSYNOPSISint modbus_receive_confirmation(modbus_t *ctx, uint8_t *rsp);DESCRIPTIONThe modbus_receive_confirmation() function shall receive a request via the socket of the context ctx. This function must be used for debugging purposes because the received response isn't checked against the initial request. This function can be used to receive request not handled by the library.RETURN VALUEThe modbus_receive_confirmation() function shall store the confirmation request in rsp and return the response length if sucessful. Otherwise it shall return -1 and set errno.SEE ALSOmodbus_send_raw_request(3)AUTHORSThe libmodbus documentation was written by Stephane Raimbault <stephane.raimbault@gmail.com[1]>NOTES1. stephane.raimbault@gmail.com mailto:stephane.raimbault@gmail.com libmodbus 3.0.3 05/26/2012 MODBUS_RECEIVE_CONFI(3)