Skip to content

Commit e035522

Browse files
authored
Update TheThingsNetwork.md
1 parent 5ddd44e commit e035522

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/TheThingsNetwork.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,19 @@ void linkCheck(uint16_t seconds);
193193
```
194194
195195
- `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+
```c
210+
uint8_t getLinkCheckMargin();
211+
```

0 commit comments

Comments
 (0)