modbus_set_byte_timeout.txt 740 B

12345678910111213141516171819202122232425262728293031323334353637
  1. modbus_set_byte_timeout(3)
  2. ==========================
  3. NAME
  4. ----
  5. modbus_set_byte_timeout - set timeout between bytes
  6. SYNOPSIS
  7. --------
  8. *void modbus_set_byte_timeout(*modbus_t 'ctx', struct timeval *'timeout');*
  9. DESCRIPTION
  10. -----------
  11. The _modbus_set_byte_timeout()_ function shall set the timeout interval between
  12. two consecutive bytes of the same message. If the delay between 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_byte_timeout[3]
  20. linkmb:modbus_get_response_timeout[3]
  21. linkmb:modbus_set_response_timeout[3]
  22. AUTHORS
  23. -------
  24. The libmodbus documentation was written by Stéphane Raimbault
  25. <stephane.raimbault@gmail.com>