From e03552294f29dfba6b1ef1b11a6c18ad85e25d8b Mon Sep 17 00:00:00 2001 From: alexbn71 Date: Tue, 25 Jul 2017 22:56:36 +0200 Subject: [PATCH] Update TheThingsNetwork.md --- docs/TheThingsNetwork.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/TheThingsNetwork.md b/docs/TheThingsNetwork.md index 016972c7..b322adbb 100644 --- a/docs/TheThingsNetwork.md +++ b/docs/TheThingsNetwork.md @@ -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(); +```