Ver Fonte

Update NEWS file for modbus_receive and modbus_[gs]et_socket

Stéphane Raimbault há 14 anos atrás
pai
commit
33d924348b
1 ficheiros alterados com 8 adições e 2 exclusões
  1. 8 2
      NEWS

+ 8 - 2
NEWS

@@ -11,8 +11,14 @@ libmodbus 2.9.4 (2011-05-XX)
 - New functions to send and receive raw requests
 - Fix flush function of TCP backend on Windows
 - API changes for server/slave:
-    * modbus_receive has been renamed modbus_receive_from
-    * modbus_receive has been added to use the socket of the context.
+    * modbus_receive doesn't take socket/fd argument anymore
+    * new function modbus_set_socket to set socket/fd
+- API changes for timeout functions:
+    * modbus_get_timeout_begin -> modbus_get_response_timeout
+    * modbus_set_timeout_begin -> modbus_set_response_timeout
+    * modbus_get_timeout_end -> modbus_get_byte_timeout
+    * modbus_set_timeout_end -> modbus_set_byte_timeout
+
 
 libmodbus 2.9.3 (2011-01-14)
 ============================