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 5ddd44e commit e035522Copy full SHA for e035522
docs/TheThingsNetwork.md
@@ -193,3 +193,19 @@ void linkCheck(uint16_t seconds);
193
```
194
195
- `uint16_t seconds`: the time interval in seconds. A value of 0 will disable the link check process.
196
+
197
+## Method: `getLinkCheckGateways`
198
199
+Gets the number of gateways that successfully received the last Link Check Request frame.
200
201
+```c
202
+uint8_t getLinkCheckGateways();
203
+```
204
205
+## Method: `getLinkCheckMargin`
206
207
+Gets the demodulation margin as received in the last Link Check Answer frame.
208
209
210
+uint8_t getLinkCheckMargin();
211
0 commit comments