We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c5a25 commit 6d98023Copy full SHA for 6d98023
documentation/API.md
@@ -203,7 +203,7 @@ Callback generation control. Callback generation is enabled by default. *Has no
203
204
```c
205
void onConnect(cbModbusConnect cb);
206
-void onDisonnect(cbModbusConnect cb);
+void onDisconnect(cbModbusConnect cb);
207
```
208
209
*Modbus TCP Server* Assign callback function on new incoming connection event.
0 commit comments