Skip to content

Commit

Permalink
Update TheThingsNetwork.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbn71 authored Jul 25, 2017
1 parent 5ddd44e commit e035522
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/TheThingsNetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,19 @@ void linkCheck(uint16_t seconds);
```
- `uint16_t seconds`: the time interval in seconds. A value of 0 will disable the link check process.
## Method: `getLinkCheckGateways`
Gets the number of gateways that successfully received the last Link Check Request frame.
```c
uint8_t getLinkCheckGateways();
```

## Method: `getLinkCheckMargin`

Gets the demodulation margin as received in the last Link Check Answer frame.

```c
uint8_t getLinkCheckMargin();
```

0 comments on commit e035522

Please sign in to comment.