Commit 716dcac9393c2df6acbbec94dd1ff2a7655ee53e

Authored by Stéphane Raimbault
1 parent 295abc53

Update links in libmodbus.txt to modbus_*_timeout

Showing 1 changed file with 5 additions and 5 deletions
doc/libmodbus.txt
@@ -105,16 +105,16 @@ Free libmodbus context:: @@ -105,16 +105,16 @@ Free libmodbus context::
105 linkmb:modbus_free[3] 105 linkmb:modbus_free[3]
106 106
107 Context setters and getters:: 107 Context setters and getters::
  108 + linkmb:modbus_get_byte_timeout[3]
  109 + linkmb:modbus_set_byte_timeout[3]
108 linkmb:modbus_set_debug[3] 110 linkmb:modbus_set_debug[3]
109 linkmb:modbus_set_error_recovery[3] 111 linkmb:modbus_set_error_recovery[3]
  112 + linkmb:modbus_get_header_length[3]
  113 + linkmb:modbus_get_response_timeout[3]
  114 + linkmb:modbus_set_response_timeout[3]
110 linkmb:modbus_set_slave[3] 115 linkmb:modbus_set_slave[3]
111 linkmb:modbus_set_socket[3] 116 linkmb:modbus_set_socket[3]
112 linkmb:modbus_get_socket[3] 117 linkmb:modbus_get_socket[3]
113 - linkmb:modbus_get_timeout_begin[3]  
114 - linkmb:modbus_set_timeout_begin[3]  
115 - linkmb:modbus_get_timeout_end[3]  
116 - linkmb:modbus_set_timeout_end[3]  
117 - linkmb:modbus_get_header_length[3]  
118 118
119 A libmodbus 'context' is thread safe and may be shared among as many application 119 A libmodbus 'context' is thread safe and may be shared among as many application
120 threads as necessary, without any additional locking required on the part of the 120 threads as necessary, without any additional locking required on the part of the