From c28a17f84e040ac6e60a9c9727dad750c55d93ac Mon Sep 17 00:00:00 2001 From: jgromes Date: Thu, 15 Dec 2022 16:38:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20132c2?= =?UTF-8?q?b3b82982cf4a93ac3e65694abb59ad6f8cf=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _pager_8h_source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_pager_8h_source.html b/_pager_8h_source.html index ac1e95a1..ecb0f4c9 100644 --- a/_pager_8h_source.html +++ b/_pager_8h_source.html @@ -211,9 +211,9 @@ $(document).ready(function(){initNavTree('_pager_8h_source.html',''); initResiza
int16_t transmit(String &str, uint32_t addr, uint8_t encoding=RADIOLIB_PAGER_BCD)
Arduino String transmit method.
Definition: Pager.cpp:51
int16_t sendTone(uint32_t addr)
Method to send a tone-only alert to a destination pager.
Definition: Pager.cpp:47
PagerClient(PhysicalLayer *phy)
Default constructor.
Definition: Pager.cpp:18
-
int16_t readData(String &str, size_t len=0, uint32_t *addr=NULL)
Reads data that was received after calling startReceive method.
Definition: Pager.cpp:249
+
int16_t readData(String &str, size_t len=0, uint32_t *addr=NULL)
Reads data that was received after calling startReceive method.
Definition: Pager.cpp:253
int16_t startReceive(RADIOLIB_PIN_TYPE pin, uint32_t addr, uint32_t mask=0xFFFFF)
Start reception of POCSAG packets.
Definition: Pager.cpp:217
-
size_t available()
Get the number of POCSAG batches available in buffer. Limited by the size of direct mode buffer!
Definition: Pager.cpp:245
+
size_t available()
Get the number of POCSAG batches available in buffer. Limited by the size of direct mode buffer!
Definition: Pager.cpp:249
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:14