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 72ef9bc commit 9e0e74eCopy full SHA for 9e0e74e
README.md
@@ -210,6 +210,9 @@ lwmqtt_err_t lastError();
210
lwmqtt_return_code_t returnCode();
211
```
212
213
+- The error codes can be found [here](https://github.com/256dpi/lwmqtt/blob/master/include/lwmqtt.h#L11).
214
+- The return codes can be found [here](https://github.com/256dpi/lwmqtt/blob/master/include/lwmqtt.h#L243).
215
+
216
Disconnect from the broker:
217
218
```c++
0 commit comments