modbus_set_timeout_end.txt 726 B

12345678910111213141516171819202122232425262728293031323334353637
  1. modbus_set_timeout_end(3)
  2. ===========================
  3. NAME
  4. ----
  5. modbus_set_timeout_end - set timeout of end of message
  6. SYNOPSIS
  7. --------
  8. *void modbus_set_timeout_end(*modbus_t 'ctx', struct timeval *'timeout');*
  9. DESCRIPTION
  10. -----------
  11. The _modbus_set_timeout_end()_ function shall set the timeout of end of
  12. message. If the delay between the begin and the end of message is longer than
  13. the given timeout, an error will be raised.
  14. RETURN VALUE
  15. ------------
  16. There is no return values.
  17. SEE ALSO
  18. --------
  19. linkmb:modbus_get_timeout_begin[3]
  20. linkmb:modbus_set_timeout_begin[3]
  21. linkmb:modbus_get_timeout_end[3]
  22. AUTHORS
  23. -------
  24. The libmodbus documentation was written by Stéphane Raimbault
  25. <stephane.raimbault@gmail.com>