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 12c32ce commit 0279bfbCopy full SHA for 0279bfb
docs/api.md
@@ -730,14 +730,14 @@ Poll for requests
730
#### Syntax
731
732
```
733
-virtual void poll() = 0;
+virtual int poll() = 0;
734
735
736
#### Parameters
737
None
738
739
#### Returns
740
-nothing
+1 on request, 0 on no request
741
742
### `modbusServer.end()`
743
0 commit comments