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.
2 parents 014b675 + 0279bfb commit f60d20dCopy full SHA for f60d20d
docs/api.md
@@ -735,14 +735,14 @@ Poll for requests
735
#### Syntax
736
737
```
738
-virtual void poll() = 0;
+virtual int poll() = 0;
739
740
741
#### Parameters
742
None
743
744
#### Returns
745
-nothing
+1 on request, 0 on no request
746
747
### `modbusServer.end()`
748
0 commit comments