diff --git a/_pager_8h_source.html b/_pager_8h_source.html
index 0c254fa9..6512f433 100644
--- a/_pager_8h_source.html
+++ b/_pager_8h_source.html
@@ -164,57 +164,57 @@ $(document).ready(function(){initNavTree('_pager_8h_source.html',''); initResiza
122 #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
131 int16_t
startReceive(uint32_t pin, uint32_t addr, uint32_t mask = 0xFFFFF);
- 140 int16_t
startReceive(uint32_t pin, uint32_t *addrs, uint32_t *masks,
size_t numAddress);
-
-
-
- 148 #if defined(RADIOLIB_BUILD_ARDUINO)
- 158 int16_t
readData(String& str,
size_t len = 0, uint32_t* addr = NULL);
-
-
- 171 int16_t
readData(uint8_t* data,
size_t* len, uint32_t* addr = NULL);
-
-
- 174 #if !RADIOLIB_GODMODE
-
-
-
-
-
-
- 181 uint32_t baseFreqRaw;
-
- 183 uint16_t shiftFreqHz;
- 184 uint16_t bitDuration;
-
-
- 187 uint32_t *filterAddresses;
- 188 uint32_t *filterMasks;
- 189 size_t filterNumAddresses;
-
-
- 192 void write(uint32_t* data,
size_t len);
- 193 void write(uint32_t codeWord);
- 194 uint16_t startReceiveCommon();
- 195 bool addressMatched(uint32_t addr);
-
- 197 #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
-
-
-
- 201 uint8_t encodeBCD(
char c);
- 202 char decodeBCD(uint8_t b);
-
-
-
+ 141 int16_t
startReceive(uint32_t pin, uint32_t *addrs, uint32_t *masks,
size_t numAddress);
+
+
+
+ 149 #if defined(RADIOLIB_BUILD_ARDUINO)
+ 159 int16_t
readData(String& str,
size_t len = 0, uint32_t* addr = NULL);
+
+
+ 172 int16_t
readData(uint8_t* data,
size_t* len, uint32_t* addr = NULL);
+
+
+ 175 #if !RADIOLIB_GODMODE
+
+
+
+
+
+
+ 182 uint32_t baseFreqRaw;
+
+ 184 uint16_t shiftFreqHz;
+ 185 uint16_t bitDuration;
+
+
+ 188 uint32_t *filterAddresses;
+ 189 uint32_t *filterMasks;
+ 190 size_t filterNumAddresses;
+
+
+ 193 void write(uint32_t* data,
size_t len);
+ 194 void write(uint32_t codeWord);
+ 195 int16_t startReceiveCommon();
+ 196 bool addressMatched(uint32_t addr);
+
+ 198 #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
+
+
+
+ 202 uint8_t encodeBCD(
char c);
+ 203 char decodeBCD(uint8_t b);
+
+
+
-
+
-
+
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:34
diff --git a/class_pager_client.html b/class_pager_client.html
index 33654567..5d9c2e4c 100644
--- a/class_pager_client.html
+++ b/class_pager_client.html
@@ -351,6 +351,7 @@ Public Member Functions
pin | Pin to receive digital data on (e.g., DIO2 for SX127x). |
addrs | Array of addresses to receive. |
masks | Array of address masks to use for filtering. Masks will be applied to corresponding addresses in addr array. |
+ numAddress | Number of addresses/masks to match. |