diff --git a/_lo_ra_w_a_n_8h_source.html b/_lo_ra_w_a_n_8h_source.html
index 0a317e6b..f0a3a09b 100644
--- a/_lo_ra_w_a_n_8h_source.html
+++ b/_lo_ra_w_a_n_8h_source.html
@@ -535,17 +535,17 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
-
+
-
+
- 579 int16_t
beginOTAA(uint64_t joinEUI, uint64_t devEUI, uint8_t* nwkKey, uint8_t* appKey);
+ 579 int16_t
beginOTAA(uint64_t joinEUI, uint64_t devEUI,
const uint8_t* nwkKey,
const uint8_t* appKey);
- 591 int16_t
beginABP(uint32_t addr, uint8_t* fNwkSIntKey, uint8_t* sNwkSIntKey, uint8_t* nwkSEncKey, uint8_t* appSKey);
+ 591 int16_t
beginABP(uint32_t addr,
const uint8_t* fNwkSIntKey,
const uint8_t* sNwkSIntKey,
const uint8_t* nwkSEncKey,
const uint8_t* appSKey);
@@ -554,16 +554,16 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
612 #if defined(RADIOLIB_BUILD_ARDUINO)
-
+
-
+
- 684 virtual int16_t
sendReceive(uint8_t* dataUp,
size_t lenUp, uint8_t fPort, uint8_t* dataDown,
size_t* lenDown,
bool isConfirmed =
false,
LoRaWANEvent_t* eventUp = NULL,
LoRaWANEvent_t* eventDown = NULL);
+ 684 virtual int16_t
sendReceive(
const uint8_t* dataUp,
size_t lenUp, uint8_t fPort, uint8_t* dataDown,
size_t* lenDown,
bool isConfirmed =
false,
LoRaWANEvent_t* eventUp = NULL,
LoRaWANEvent_t* eventDown = NULL);
@@ -756,7 +756,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
- 1005 void composeUplink(uint8_t* in, uint8_t lenIn, uint8_t* out, uint8_t fPort,
bool isConfirmed);
+ 1005 void composeUplink(
const uint8_t* in, uint8_t lenIn, uint8_t* out, uint8_t fPort,
bool isConfirmed);
1008 void micUplink(uint8_t* inOut, uint8_t lenInOut);
@@ -866,11 +866,11 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
1112 static uint16_t checkSum16(
const uint8_t *key, uint16_t keyLen);
- 1115 static int16_t checkBufferCommon(uint8_t *buffer, uint16_t size);
+ 1115 static int16_t checkBufferCommon(
const uint8_t *buffer, uint16_t size);
1118 template<
typename T>
- 1119 static T ntoh(uint8_t* buff,
size_t size = 0);
+ 1119 static T ntoh(
const uint8_t* buff,
size_t size = 0);
1122 template<
typename T>
@@ -878,8 +878,8 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
1126 template<
typename T>
- 1127 T LoRaWANNode::ntoh(uint8_t* buff,
size_t size) {
- 1128 uint8_t* buffPtr = buff;
+ 1127 T LoRaWANNode::ntoh(
const uint8_t* buff,
size_t size) {
+ 1128 const uint8_t* buffPtr = buff;
1129 size_t targetSize =
sizeof(T);
@@ -906,14 +906,13 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
LoRaWAN-compatible node (class A device).
Definition: LoRaWAN.h:529
void clearSession()
Clear an active session, so that the device will have to rejoin the network.
Definition: LoRaWAN.cpp:280
-int16_t setBufferNonces(uint8_t *persistentBuffer)
Fill the internal buffer that holds the LW base parameters with a supplied buffer.
Definition: LoRaWAN.cpp:244
virtual int16_t sendReceive(const char *strUp, uint8_t fPort, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)
Send a message to the server and wait for a downlink during Rx1 and/or Rx2 window.
Definition: LoRaWAN.cpp:45
int16_t setDatarate(uint8_t drUp)
Set uplink datarate. This should not be used when ADR is enabled.
Definition: LoRaWAN.cpp:2599
void scheduleTransmission(RadioLibTime_t tUplink)
Set the exact time a transmission should occur. Note: this is the internal clock time....
Definition: LoRaWAN.cpp:2730
RadioLibTime_t scanGuard
Rx window padding in milliseconds according to the spec, the Rx window must be at least enough time t...
Definition: LoRaWAN.h:858
void setCSMA(bool csmaEnabled, uint8_t maxChanges=4, uint8_t backoffMax=0, uint8_t difsSlots=2)
Configures CSMA for LoRaWAN as per TR013, LoRa Alliance.
Definition: LoRaWAN.cpp:2712
void setDutyCycle(bool enable=true, RadioLibTime_t msPerHour=0)
Toggle adherence to dutyCycle limits to on or off.
Definition: LoRaWAN.cpp:2689
-int16_t beginABP(uint32_t addr, uint8_t *fNwkSIntKey, uint8_t *sNwkSIntKey, uint8_t *nwkSEncKey, uint8_t *appSKey)
Set the device credentials and activation configuration.
Definition: LoRaWAN.cpp:620
+int16_t beginABP(uint32_t addr, const uint8_t *fNwkSIntKey, const uint8_t *sNwkSIntKey, const uint8_t *nwkSEncKey, const uint8_t *appSKey)
Set the device credentials and activation configuration.
Definition: LoRaWAN.cpp:620
RadioLibTime_t timeUntilUplink()
Returns time in milliseconds until next uplink is available under dutyCycle limits.
Definition: LoRaWAN.cpp:3247
void setDeviceStatus(uint8_t battLevel)
Set device status.
Definition: LoRaWAN.cpp:2726
RadioLibTime_t dutyCycleInterval(RadioLibTime_t msPerHour, RadioLibTime_t airtime)
Calculate the minimum interval to adhere to a certain dutyCycle. This interval is based on the ToA of...
Definition: LoRaWAN.cpp:3237
@@ -928,16 +927,17 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
int16_t setTxPower(int8_t txPower)
Configure TX power of the radio module.
Definition: LoRaWAN.cpp:2632
int16_t getMacDeviceTimeAns(uint32_t *gpsEpoch, uint8_t *fraction, bool returnUnix=true)
Returns the network time after requesting a DeviceTime MAC command. Returns 'true' if a network respo...
Definition: LoRaWAN.cpp:2450
uint32_t getNFCntDown()
Returns the last network downlink's frame counter; also 0 if no network downlink occured yet.
Definition: LoRaWAN.cpp:2742
-int16_t setBufferSession(uint8_t *persistentBuffer)
Fill the internal buffer that holds the LW session parameters with a supplied buffer.
Definition: LoRaWAN.cpp:467
LoRaWANNode(PhysicalLayer *phy, const LoRaWANBand_t *band, uint8_t subBand=0)
Default constructor.
Definition: LoRaWAN.cpp:9
+int16_t beginOTAA(uint64_t joinEUI, uint64_t devEUI, const uint8_t *nwkKey, const uint8_t *appKey)
Set the device credentials and activation configuration.
Definition: LoRaWAN.cpp:591
uint8_t getMaxPayloadLen()
Returns the maximum allowed uplink payload size given the current MAC state. Most importantly,...
Definition: LoRaWAN.cpp:3256
virtual int16_t activateOTAA(uint8_t initialDr=RADIOLIB_LORAWAN_DATA_RATE_UNUSED, LoRaWANJoinEvent_t *joinEvent=NULL)
Join network by restoring OTAA session or performing over-the-air activation. By this procedure,...
Definition: LoRaWAN.cpp:876
-int16_t beginOTAA(uint64_t joinEUI, uint64_t devEUI, uint8_t *nwkKey, uint8_t *appKey)
Set the device credentials and activation configuration.
Definition: LoRaWAN.cpp:591
uint32_t getFCntUp()
Returns the last uplink's frame counter; also 0 if no uplink occured yet.
Definition: LoRaWAN.cpp:2735
+int16_t setBufferNonces(const uint8_t *persistentBuffer)
Fill the internal buffer that holds the LW base parameters with a supplied buffer.
Definition: LoRaWAN.cpp:244
int16_t setRx2Dr(uint8_t dr)
Configure the Rx2 datarate for ABP mode. This should not be needed for LoRaWAN 1.1 as it is configure...
Definition: LoRaWAN.cpp:2658
int16_t sendMacCommandReq(uint8_t cid)
Add a MAC command to the uplink queue. Only LinkCheck and DeviceTime are available to the user....
Definition: LoRaWAN.cpp:2415
int16_t getMacLinkCheckAns(uint8_t *margin, uint8_t *gwCnt)
Returns the quality of connectivity after requesting a LinkCheck MAC command. Returns 'true' if a net...
Definition: LoRaWAN.cpp:2439
void setADR(bool enable=true)
Toggle ADR to on or off.
Definition: LoRaWAN.cpp:2685
+int16_t setBufferSession(const uint8_t *persistentBuffer)
Fill the internal buffer that holds the LW session parameters with a supplied buffer.
Definition: LoRaWAN.cpp:467
uint32_t getDevAddr()
Returns the DevAddr of the device, regardless of OTAA or ABP mode.
Definition: LoRaWAN.cpp:2755
void resetFCntDown()
Reset the downlink frame counters (application and network) This is unsafe and can possibly allow rep...
Definition: LoRaWAN.cpp:2750
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:151
diff --git a/_utils_8h_source.html b/_utils_8h_source.html
index 17a9e7c1..c25ac64a 100644
--- a/_utils_8h_source.html
+++ b/_utils_8h_source.html
@@ -106,7 +106,7 @@ $(document).ready(function(){initNavTree('_utils_8h_source.html',''); initResiza
25 uint32_t rlb_reflect(uint32_t in, uint8_t bits);
- 36 void rlb_hexdump(
const char* level, uint8_t* data,
size_t len, uint32_t offset = 0, uint8_t width = 1,
bool be =
false);
+ 36 void rlb_hexdump(
const char* level,
const uint8_t* data,
size_t len, uint32_t offset = 0, uint8_t width = 1,
bool be =
false);
38 #if RADIOLIB_DEBUG && defined(RADIOLIB_BUILD_ARDUINO)
39 size_t rlb_printf(
const char* format, ...);
diff --git a/class_lo_ra_w_a_n_node-members.html b/class_lo_ra_w_a_n_node-members.html
index f004c026..58460da6 100644
--- a/class_lo_ra_w_a_n_node-members.html
+++ b/class_lo_ra_w_a_n_node-members.html
@@ -91,8 +91,8 @@ $(document).ready(function(){initNavTree('class_lo_ra_w_a_n_node.html',''); init
activateABP(uint8_t initialDr=RADIOLIB_LORAWAN_DATA_RATE_UNUSED) | LoRaWANNode | virtual |
activateOTAA(uint8_t initialDr=RADIOLIB_LORAWAN_DATA_RATE_UNUSED, LoRaWANJoinEvent_t *joinEvent=NULL) | LoRaWANNode | virtual |
- beginABP(uint32_t addr, uint8_t *fNwkSIntKey, uint8_t *sNwkSIntKey, uint8_t *nwkSEncKey, uint8_t *appSKey) | LoRaWANNode | |
- beginOTAA(uint64_t joinEUI, uint64_t devEUI, uint8_t *nwkKey, uint8_t *appKey) | LoRaWANNode | |
+ beginABP(uint32_t addr, const uint8_t *fNwkSIntKey, const uint8_t *sNwkSIntKey, const uint8_t *nwkSEncKey, const uint8_t *appSKey) | LoRaWANNode | |
+ beginOTAA(uint64_t joinEUI, uint64_t devEUI, const uint8_t *nwkKey, const uint8_t *appKey) | LoRaWANNode | |
clearSession() | LoRaWANNode | |
dutyCycleInterval(RadioLibTime_t msPerHour, RadioLibTime_t airtime) | LoRaWANNode | |
getAFCntDown() | LoRaWANNode | |
@@ -113,11 +113,11 @@ $(document).ready(function(){initNavTree('class_lo_ra_w_a_n_node.html',''); init
sendMacCommandReq(uint8_t cid) | LoRaWANNode | |
sendReceive(const char *strUp, uint8_t fPort, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL) | LoRaWANNode | virtual |
sendReceive(const char *strUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL) | LoRaWANNode | virtual |
- sendReceive(uint8_t *dataUp, size_t lenUp, uint8_t fPort=1, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL) | LoRaWANNode | virtual |
- sendReceive(uint8_t *dataUp, size_t lenUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL) | LoRaWANNode | virtual |
+ sendReceive(const uint8_t *dataUp, size_t lenUp, uint8_t fPort=1, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL) | LoRaWANNode | virtual |
+ sendReceive(const uint8_t *dataUp, size_t lenUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL) | LoRaWANNode | virtual |
setADR(bool enable=true) | LoRaWANNode | |
- setBufferNonces(uint8_t *persistentBuffer) | LoRaWANNode | |
- setBufferSession(uint8_t *persistentBuffer) | LoRaWANNode | |
+ setBufferNonces(const uint8_t *persistentBuffer) | LoRaWANNode | |
+ setBufferSession(const uint8_t *persistentBuffer) | LoRaWANNode | |
setCSMA(bool csmaEnabled, uint8_t maxChanges=4, uint8_t backoffMax=0, uint8_t difsSlots=2) | LoRaWANNode | |
setDatarate(uint8_t drUp) | LoRaWANNode | |
setDeviceStatus(uint8_t battLevel) | LoRaWANNode | |
diff --git a/class_lo_ra_w_a_n_node.html b/class_lo_ra_w_a_n_node.html
index 6a8d82d7..7f576bd6 100644
--- a/class_lo_ra_w_a_n_node.html
+++ b/class_lo_ra_w_a_n_node.html
@@ -104,9 +104,9 @@ Public Member Functions
uint8_t * | getBufferNonces () |
| Returns the pointer to the internal buffer that holds the LW base parameters. More...
|
|
-int16_t | setBufferNonces (uint8_t *persistentBuffer) |
- | Fill the internal buffer that holds the LW base parameters with a supplied buffer. More...
|
- |
+int16_t | setBufferNonces (const uint8_t *persistentBuffer) |
+ | Fill the internal buffer that holds the LW base parameters with a supplied buffer. More...
|
+ |
void | clearSession () |
| Clear an active session, so that the device will have to rejoin the network.
|
@@ -114,15 +114,15 @@ void | uint8_t * | getBufferSession () |
| Returns the pointer to the internal buffer that holds the LW session parameters. More...
|
|
-int16_t | setBufferSession (uint8_t *persistentBuffer) |
- | Fill the internal buffer that holds the LW session parameters with a supplied buffer. More...
|
- |
-int16_t | beginOTAA (uint64_t joinEUI, uint64_t devEUI, uint8_t *nwkKey, uint8_t *appKey) |
- | Set the device credentials and activation configuration. More...
|
- |
-int16_t | beginABP (uint32_t addr, uint8_t *fNwkSIntKey, uint8_t *sNwkSIntKey, uint8_t *nwkSEncKey, uint8_t *appSKey) |
- | Set the device credentials and activation configuration. More...
|
- |
+int16_t | setBufferSession (const uint8_t *persistentBuffer) |
+ | Fill the internal buffer that holds the LW session parameters with a supplied buffer. More...
|
+ |
+int16_t | beginOTAA (uint64_t joinEUI, uint64_t devEUI, const uint8_t *nwkKey, const uint8_t *appKey) |
+ | Set the device credentials and activation configuration. More...
|
+ |
+int16_t | beginABP (uint32_t addr, const uint8_t *fNwkSIntKey, const uint8_t *sNwkSIntKey, const uint8_t *nwkSEncKey, const uint8_t *appSKey) |
+ | Set the device credentials and activation configuration. More...
|
+ |
virtual int16_t | activateOTAA (uint8_t initialDr=RADIOLIB_LORAWAN_DATA_RATE_UNUSED, LoRaWANJoinEvent_t *joinEvent=NULL) |
| Join network by restoring OTAA session or performing over-the-air activation. By this procedure, the device will perform an exchange with the network server and set all necessary configuration. More...
|
|
@@ -139,12 +139,12 @@ bool | virtual int16_t | sendReceive (const char *strUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL) |
| Send a message to the server and wait for a downlink during Rx1 and/or Rx2 window. More...
|
|
-virtual int16_t | sendReceive (uint8_t *dataUp, size_t lenUp, uint8_t fPort=1, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL) |
- | Send a message to the server and wait for a downlink but don't bother the user with downlink contents. More...
|
- |
-virtual int16_t | sendReceive (uint8_t *dataUp, size_t lenUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL) |
- | Send a message to the server and wait for a downlink during Rx1 and/or Rx2 window. More...
|
- |
+virtual int16_t | sendReceive (const uint8_t *dataUp, size_t lenUp, uint8_t fPort=1, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL) |
+ | Send a message to the server and wait for a downlink but don't bother the user with downlink contents. More...
|
+ |
+virtual int16_t | sendReceive (const uint8_t *dataUp, size_t lenUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL) |
+ | Send a message to the server and wait for a downlink during Rx1 and/or Rx2 window. More...
|
+ |
int16_t | sendMacCommandReq (uint8_t cid) |
| Add a MAC command to the uplink queue. Only LinkCheck and DeviceTime are available to the user. Other commands are ignored; duplicate MAC commands are discarded. More...
|
|
@@ -353,8 +353,8 @@ bool
-◆ beginABP()
+
+◆ beginABP()
@@ -368,25 +368,25 @@ bool | |
|
- uint8_t * |
+ const uint8_t * |
fNwkSIntKey, |
|
|
- uint8_t * |
+ const uint8_t * |
sNwkSIntKey, |
|
|
- uint8_t * |
+ const uint8_t * |
nwkSEncKey, |
|
|
- uint8_t * |
+ const uint8_t * |
appSKey |
@@ -412,8 +412,8 @@ bool
-◆ beginOTAA()
+
+◆ beginOTAA()
@@ -433,13 +433,13 @@ bool | |
|
- uint8_t * |
+ const uint8_t * |
nwkKey, |
|
|
- uint8_t * |
+ const uint8_t * |
appKey |
@@ -866,8 +866,8 @@ bool
-◆ sendReceive() [3/4]
+
+◆ sendReceive() [3/4]
| int16_t LoRaWANNode::sendReceive |
( |
- uint8_t * |
+ const uint8_t * |
dataUp, |
@@ -954,8 +954,8 @@ bool
-◆ sendReceive() [4/4]
+
+◆ sendReceive() [4/4]
| int16_t LoRaWANNode::sendReceive |
( |
- uint8_t * |
+ const uint8_t * |
dataUp, |
@@ -1054,8 +1054,8 @@ bool
-◆ setBufferNonces()
+
+◆ setBufferNonces()
@@ -1063,7 +1063,7 @@ bool | int16_t LoRaWANNode::setBufferNonces |
( |
- uint8_t * |
+ const uint8_t * |
persistentBuffer | ) |
|
@@ -1081,8 +1081,8 @@ bool
-◆ setBufferSession()
+
+◆ setBufferSession()
@@ -1090,7 +1090,7 @@ bool | int16_t LoRaWANNode::setBufferSession |
( |
- uint8_t * |
+ const uint8_t * |
persistentBuffer | ) |
|
diff --git a/class_lo_ra_w_a_n_node.js b/class_lo_ra_w_a_n_node.js
index 9458a4db..0e72da42 100644
--- a/class_lo_ra_w_a_n_node.js
+++ b/class_lo_ra_w_a_n_node.js
@@ -3,8 +3,8 @@ var class_lo_ra_w_a_n_node =
[ "LoRaWANNode", "class_lo_ra_w_a_n_node.html#aae05de563f765f14fe267e4d65844f76", null ],
[ "activateABP", "class_lo_ra_w_a_n_node.html#a77483c51548e48a5dff4b707f7770e86", null ],
[ "activateOTAA", "class_lo_ra_w_a_n_node.html#abd9e976eec64a3bd1ddf3331f2bc93cd", null ],
- [ "beginABP", "class_lo_ra_w_a_n_node.html#a47490d133066cb94887c11ddd0f0dfd3", null ],
- [ "beginOTAA", "class_lo_ra_w_a_n_node.html#ad0e9f560f592e417060262c862099e15", null ],
+ [ "beginABP", "class_lo_ra_w_a_n_node.html#a43b259fd8804ef8d9d4922962e9ecae5", null ],
+ [ "beginOTAA", "class_lo_ra_w_a_n_node.html#ab2df20a240812f184786dda5ace171ef", null ],
[ "clearSession", "class_lo_ra_w_a_n_node.html#a0feeaed200d8f94ad94c3ed49f404847", null ],
[ "dutyCycleInterval", "class_lo_ra_w_a_n_node.html#a5bb50904544f331806fd744ab5b99efa", null ],
[ "getAFCntDown", "class_lo_ra_w_a_n_node.html#a6785265f3311ff6bf296f82429c96701", null ],
@@ -23,11 +23,11 @@ var class_lo_ra_w_a_n_node =
[ "sendMacCommandReq", "class_lo_ra_w_a_n_node.html#adef05650cf4eb92042ca5e2688c1e164", null ],
[ "sendReceive", "class_lo_ra_w_a_n_node.html#a11c2fbe631063da69355f8d74f4bf3b8", null ],
[ "sendReceive", "class_lo_ra_w_a_n_node.html#a85cf006ffd97ece3b2d2974b715540cb", null ],
- [ "sendReceive", "class_lo_ra_w_a_n_node.html#a07ab107de181bde59c2731a5a64a1e2e", null ],
- [ "sendReceive", "class_lo_ra_w_a_n_node.html#a7123f9a907df9224b9b01282c12af459", null ],
+ [ "sendReceive", "class_lo_ra_w_a_n_node.html#aafb2006b8d75549f667608156b5f8a5a", null ],
+ [ "sendReceive", "class_lo_ra_w_a_n_node.html#af9d5fcdbbb4fa357beedb820e395ae37", null ],
[ "setADR", "class_lo_ra_w_a_n_node.html#ae222275f807f472083ea6100c23c75ff", null ],
- [ "setBufferNonces", "class_lo_ra_w_a_n_node.html#a11701081ac6bd39a8a2b4bdbc248fac2", null ],
- [ "setBufferSession", "class_lo_ra_w_a_n_node.html#aadebe7a412aec8043aa2f8f57a202f49", null ],
+ [ "setBufferNonces", "class_lo_ra_w_a_n_node.html#ad99e2fa4738648a6f3efe72ff785def2", null ],
+ [ "setBufferSession", "class_lo_ra_w_a_n_node.html#aedeb50c9ccb81e8092233d34e039cfa4", null ],
[ "setCSMA", "class_lo_ra_w_a_n_node.html#a2d9a53560ebfbaf006eefd9761424d80", null ],
[ "setDatarate", "class_lo_ra_w_a_n_node.html#a14e8a8a098df28ff5ee294f235500499", null ],
[ "setDeviceStatus", "class_lo_ra_w_a_n_node.html#a5449e301634dff1838a1b024b4067034", null ],
diff --git a/functions_b.html b/functions_b.html
index 823c3a32..46b1c2c0 100644
--- a/functions_b.html
+++ b/functions_b.html
@@ -137,7 +137,7 @@ $(document).ready(function(){initNavTree('functions_b.html',''); initResizable()
, SX128x
beginABP()
-: LoRaWANNode
+: LoRaWANNode
beginBLE()
: SX128x
@@ -178,7 +178,7 @@ $(document).ready(function(){initNavTree('functions_b.html',''); initResizable()
, SX126x
beginOTAA()
-: LoRaWANNode
+: LoRaWANNode
beidou
: LR11x0GnssAlmanacStatus_t
diff --git a/functions_func_b.html b/functions_func_b.html
index 8161e22b..a89a57c4 100644
--- a/functions_func_b.html
+++ b/functions_func_b.html
@@ -125,7 +125,7 @@ $(document).ready(function(){initNavTree('functions_func_b.html',''); initResiza
, SX128x
beginABP()
-: LoRaWANNode
+: LoRaWANNode
beginBLE()
: SX128x
@@ -166,7 +166,7 @@ $(document).ready(function(){initNavTree('functions_func_b.html',''); initResiza
, SX126x
beginOTAA()
-: LoRaWANNode
+: LoRaWANNode
BellClient()
: BellClient
diff --git a/functions_func_s.html b/functions_func_s.html
index 727cb40f..f83f7b15 100644
--- a/functions_func_s.html
+++ b/functions_func_s.html
@@ -178,10 +178,10 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
, SX127x
setBufferNonces()
-: LoRaWANNode
+: LoRaWANNode
setBufferSession()
-: LoRaWANNode
+: LoRaWANNode
setChannelScanAction()
: PhysicalLayer
diff --git a/functions_s.html b/functions_s.html
index d50705b2..810c9f9f 100644
--- a/functions_s.html
+++ b/functions_s.html
@@ -193,10 +193,10 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, SX127x
setBufferNonces()
-: LoRaWANNode
+: LoRaWANNode
setBufferSession()
-: LoRaWANNode
+: LoRaWANNode
setChannelScanAction()
: PhysicalLayer
diff --git a/navtreeindex1.js b/navtreeindex1.js
index 2613e0e5..0918cc4c 100644
--- a/navtreeindex1.js
+++ b/navtreeindex1.js
@@ -145,23 +145,20 @@ var NAVTREEINDEX1 =
"class_l_r11x0.html#afe8684b336a8137cde591283297a869c":[3,0,29,28],
"class_l_r11x0.html#aff6060e116701c60e078d3d930723b4b":[3,0,29,78],
"class_lo_ra_w_a_n_node.html":[3,0,25],
-"class_lo_ra_w_a_n_node.html#a07ab107de181bde59c2731a5a64a1e2e":[3,0,25,23],
"class_lo_ra_w_a_n_node.html#a0feeaed200d8f94ad94c3ed49f404847":[3,0,25,5],
-"class_lo_ra_w_a_n_node.html#a11701081ac6bd39a8a2b4bdbc248fac2":[3,0,25,26],
"class_lo_ra_w_a_n_node.html#a11c2fbe631063da69355f8d74f4bf3b8":[3,0,25,21],
"class_lo_ra_w_a_n_node.html#a14e8a8a098df28ff5ee294f235500499":[3,0,25,29],
"class_lo_ra_w_a_n_node.html#a16c7ae2edfe324e11498b13aa042665f":[3,0,25,19],
"class_lo_ra_w_a_n_node.html#a2176aa3d546e6b00e870a7e1e310c403":[3,0,25,36],
"class_lo_ra_w_a_n_node.html#a2d9a53560ebfbaf006eefd9761424d80":[3,0,25,28],
"class_lo_ra_w_a_n_node.html#a3d4bbd6d382496838954ab4ac1168b77":[3,0,25,31],
-"class_lo_ra_w_a_n_node.html#a47490d133066cb94887c11ddd0f0dfd3":[3,0,25,3],
+"class_lo_ra_w_a_n_node.html#a43b259fd8804ef8d9d4922962e9ecae5":[3,0,25,3],
"class_lo_ra_w_a_n_node.html#a49e690c14858b46692e4ce9aa5a2566a":[3,0,25,35],
"class_lo_ra_w_a_n_node.html#a5449e301634dff1838a1b024b4067034":[3,0,25,30],
"class_lo_ra_w_a_n_node.html#a5bb50904544f331806fd744ab5b99efa":[3,0,25,6],
"class_lo_ra_w_a_n_node.html#a62bfe68f6fe63c2e408dccbff6a34a4f":[3,0,25,32],
"class_lo_ra_w_a_n_node.html#a6785265f3311ff6bf296f82429c96701":[3,0,25,7],
"class_lo_ra_w_a_n_node.html#a683b02b63867bb7de5df45c94d190305":[3,0,25,12],
-"class_lo_ra_w_a_n_node.html#a7123f9a907df9224b9b01282c12af459":[3,0,25,24],
"class_lo_ra_w_a_n_node.html#a77483c51548e48a5dff4b707f7770e86":[3,0,25,1],
"class_lo_ra_w_a_n_node.html#a8226f4d0329d15da9ffc706e5781403a":[3,0,25,37],
"class_lo_ra_w_a_n_node.html#a84004883006b4a498d4899874952445b":[3,0,25,8],
@@ -171,18 +168,21 @@ var NAVTREEINDEX1 =
"class_lo_ra_w_a_n_node.html#a9af613f7d923e7bdcfdbd020132c6d4b":[3,0,25,34],
"class_lo_ra_w_a_n_node.html#a9e6e1ce4296364606ff8b10fb5f971de":[3,0,25,13],
"class_lo_ra_w_a_n_node.html#aa7fabaa6efe9978c3674b1ab187446a1":[3,0,25,16],
-"class_lo_ra_w_a_n_node.html#aadebe7a412aec8043aa2f8f57a202f49":[3,0,25,27],
"class_lo_ra_w_a_n_node.html#aae05de563f765f14fe267e4d65844f76":[3,0,25,0],
+"class_lo_ra_w_a_n_node.html#aafb2006b8d75549f667608156b5f8a5a":[3,0,25,23],
+"class_lo_ra_w_a_n_node.html#ab2df20a240812f184786dda5ace171ef":[3,0,25,4],
"class_lo_ra_w_a_n_node.html#ab723160aa317cd84550d0da3a0f52811":[3,0,25,15],
"class_lo_ra_w_a_n_node.html#abd9e976eec64a3bd1ddf3331f2bc93cd":[3,0,25,2],
-"class_lo_ra_w_a_n_node.html#ad0e9f560f592e417060262c862099e15":[3,0,25,4],
"class_lo_ra_w_a_n_node.html#ad3217975ef9959ff83ce79dd80b0d777":[3,0,25,11],
+"class_lo_ra_w_a_n_node.html#ad99e2fa4738648a6f3efe72ff785def2":[3,0,25,26],
"class_lo_ra_w_a_n_node.html#addfd8ac3d0bfe5a273e9ba10e51f8025":[3,0,25,33],
"class_lo_ra_w_a_n_node.html#adef05650cf4eb92042ca5e2688c1e164":[3,0,25,20],
"class_lo_ra_w_a_n_node.html#adf038f331c1dc954dafc2668e7a31ca0":[3,0,25,14],
"class_lo_ra_w_a_n_node.html#ae222275f807f472083ea6100c23c75ff":[3,0,25,25],
+"class_lo_ra_w_a_n_node.html#aedeb50c9ccb81e8092233d34e039cfa4":[3,0,25,27],
"class_lo_ra_w_a_n_node.html#aee0590cc9123ceac4c822eabed3150c6":[3,0,25,10],
"class_lo_ra_w_a_n_node.html#af4b3d07cd9bf4178d627204bae18b648":[3,0,25,18],
+"class_lo_ra_w_a_n_node.html#af9d5fcdbbb4fa357beedb820e395ae37":[3,0,25,24],
"class_module.html":[3,0,40],
"class_module.html#a085415b49ff72238f118b937ad896cbd":[3,0,40,23],
"class_module.html#a1ad7bef7d380d3b6b88dca99bd35d640":[3,0,40,2],
diff --git a/search/all_1.js b/search/all_1.js
index eb1b8815..cb108a4e 100644
--- a/search/all_1.js
+++ b/search/all_1.js
@@ -5,7 +5,7 @@ var searchData=
['bandwidth_15',['bandwidth',['../struct_lo_ra_rate__t.html#a97626ff6c8f659ecad84734cca7a87b1',1,'LoRaRate_t']]],
['baudrate_16',['baudRate',['../struct_bell_modem__t.html#a8e16be8997a90db9a4b2482ec7e93171',1,'BellModem_t']]],
['begin_17',['begin',['../class_s_x1233.html#a10fa64ee432a56b50ea6bd42868693af',1,'SX1233::begin()'],['../class_bell_client.html#add9edc89cd6ff5c527ddbdabe79cb60f',1,'BellClient::begin()'],['../class_pager_client.html#a1a1dc569f9b60b0ddd6ead7af5a8244f',1,'PagerClient::begin()'],['../class_radio_lib_b_c_h.html#aba6f10d4ac2d40eb2222d1081a34c88b',1,'RadioLibBCH::begin()'],['../class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71',1,'SX1268::begin()'],['../class_l_r11x0.html#aa2b69f68ff6171b11a1141c8615240fd',1,'LR11x0::begin()'],['../class_s_x126x.html#a936a40038e05740a528f2b53f8e17010',1,'SX126x::begin()'],['../class_a_p_r_s_client.html#a4d1468be141940a12fd3964957f79c1a',1,'APRSClient::begin()'],['../class_si443x.html#a453eda5436dc4dfe0dad676dc3977752',1,'Si443x::begin()'],['../class_hell_client.html#a225775fe87f9ed3c3a04142697641242',1,'HellClient::begin()'],['../class_l_r1110.html#a7656fe337a859388247708aa143d50af',1,'LR1110::begin()'],['../class_s_s_t_v_client.html#a3769dcdebf8b1fa01eb2d8bd2bb3815a',1,'SSTVClient::begin()'],['../class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc',1,'SX1262::begin()'],['../class_radio_lib_conv_code.html#af350f0a8b4d01e54e9d7eac9056c56c3',1,'RadioLibConvCode::begin()'],['../class_s_x1273.html#a0fb9d6c58e3576e22e1dda4a9b4a1db2',1,'SX1273::begin()'],['../class_s_x1272.html#ae7562fe74e7d97bf9cc52b5d63f608f9',1,'SX1272::begin()'],['../classn_r_f24.html#a0ef68849f812367432f5a3798f94b8ce',1,'nRF24::begin()'],['../class_s_x1276.html#ac0f792c2fee6aac9b554104c5b1e5ae7',1,'SX1276::begin()'],['../class_r_f69.html#a637ea5386066f5608bcbb4266e5c1bd6',1,'RF69::begin()'],['../class_s_x1277.html#ab9eda48af64532a24d04a9ae0d9c3dc3',1,'SX1277::begin()'],['../class_s_x1278.html#a867a336ae900f4a221d42b4c807122cf',1,'SX1278::begin()'],['../class_si4430.html#aaed612b8936609442042d8156e085d2c',1,'Si4430::begin()'],['../class_s_x1279.html#a324a37dee0522f43692cd414141becc2',1,'SX1279::begin()'],['../class_a_f_s_k_client.html#a30b86bb7cd087b3bc3c45a011ba266c3',1,'AFSKClient::begin()'],['../class_si4432.html#a5efc3a08f91a411da011201dc128fb34',1,'Si4432::begin()'],['../class_a_x25_client.html#aadeefb210a0b5170d4e8d281c2257e73',1,'AX25Client::begin()'],['../class_l_l_c_c68.html#aa835ee301567f7dac079b42a2055c38c',1,'LLCC68::begin()'],['../class_f_s_k4_client.html#a2b366b8f3c08f81431d8cc5f907652e9',1,'FSK4Client::begin()'],['../class_s_x1231.html#a8aa81f8cbe61c4941ac7e3c97a6f5244',1,'SX1231::begin()'],['../class_morse_client.html#a516f19bb51b87ead7f7ed149f2ca92cf',1,'MorseClient::begin()'],['../class_r_t_t_y_client.html#ae0b25083baf01469786b6242389298fa',1,'RTTYClient::begin()'],['../class_s_t_m32_w_lx.html#a4f2a9b5a72b5238d2014199d91094f84',1,'STM32WLx::begin()'],['../class_s_s_t_v_client.html#afd4257e858a88e5847854a46f166a9b0',1,'SSTVClient::begin()'],['../class_l_r1120.html#a0393071d4403d06c665f28c49e755382',1,'LR1120::begin()'],['../class_s_x127x.html#aeac64ca102a143624993cb7cb5b9e17c',1,'SX127x::begin()'],['../class_c_c1101.html#ad86f23bb3d113d20f6238a671f18b565',1,'CC1101::begin()'],['../class_si4431.html#a402223a49d5b1012b0bf58ce602e6ff3',1,'Si4431::begin()'],['../class_s_x128x.html#a275a9a86934124eab4982ad52bf91aea',1,'SX128x::begin()']]],
- ['beginabp_18',['beginABP',['../class_lo_ra_w_a_n_node.html#a47490d133066cb94887c11ddd0f0dfd3',1,'LoRaWANNode']]],
+ ['beginabp_18',['beginABP',['../class_lo_ra_w_a_n_node.html#a43b259fd8804ef8d9d4922962e9ecae5',1,'LoRaWANNode']]],
['beginble_19',['beginBLE',['../class_s_x128x.html#ace5ede905bf85aada0c61b9cfaaea127',1,'SX128x']]],
['beginflrc_20',['beginFLRC',['../class_s_x128x.html#a2c4a24623c5fd27b3cc937e55783d709',1,'SX128x']]],
['beginfsk_21',['beginFSK',['../class_s_x1276.html#ae1240a7418dce80c10bf0f7b3c807840',1,'SX1276::beginFSK()'],['../class_s_x1272.html#a83b80377ec3b7a4a4dd663409f2f6260',1,'SX1272::beginFSK()'],['../class_s_x1279.html#ab5cb738ed4bf6f40e777f797af2a8b4b',1,'SX1279::beginFSK()'],['../class_s_x1277.html#ac4f2e93c9096e6d2552958f4bc9c1b44',1,'SX1277::beginFSK()'],['../class_s_x1278.html#a86464af008b71d12948690b780280e7d',1,'SX1278::beginFSK()'],['../class_s_x126x.html#a2e500e5b6044ccab8f6b19af4ffa917c',1,'SX126x::beginFSK()'],['../class_s_x1268.html#af6b041392136b599eec57085e2067a6f',1,'SX1268::beginFSK()'],['../class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1',1,'SX1262::beginFSK()'],['../class_s_t_m32_w_lx.html#af12e8eba13c5dd8bcf8656ed5c1f6cef',1,'STM32WLx::beginFSK()'],['../class_s_x127x.html#af8530e9d858b155eb5acb764a733bcd4',1,'SX127x::beginFSK()']]],
@@ -13,7 +13,7 @@ var searchData=
['begingfsk_23',['beginGFSK',['../class_l_r1120.html#a4c6b867146f00de5c45aeb4164d51cc5',1,'LR1120::beginGFSK()'],['../class_l_r11x0.html#abcc4c776d1a09bb002226ac95574766d',1,'LR11x0::beginGFSK()'],['../class_l_r1110.html#afcabcd9b422581cd8a63a63373a98155',1,'LR1110::beginGFSK()'],['../class_s_x128x.html#a6ed60dfbd142315bb4e1abd2555a470a',1,'SX128x::beginGFSK()']]],
['begingnss_24',['beginGNSS',['../class_l_r11x0.html#ad7f31060cbab41ad53ee6fa7126cd17b',1,'LR11x0']]],
['beginlrfhss_25',['beginLRFHSS',['../class_s_x1268.html#a4f990f9e58d35cefa560c4fc767198fd',1,'SX1268::beginLRFHSS()'],['../class_l_r11x0.html#a244ee48075d44c7064b454eb9c4afdb8',1,'LR11x0::beginLRFHSS()'],['../class_s_x1262.html#aeeea8315c04afccc8cae8ec0dba2e426',1,'SX1262::beginLRFHSS()'],['../class_l_r1120.html#ad49ce378101cf0c3894297808ae27f3a',1,'LR1120::beginLRFHSS()'],['../class_l_r1110.html#acc15335d41446254c3b9a87572080388',1,'LR1110::beginLRFHSS()'],['../class_s_x126x.html#af404471ef9d379c58b5b08757593fe6d',1,'SX126x::beginLRFHSS()']]],
- ['beginotaa_26',['beginOTAA',['../class_lo_ra_w_a_n_node.html#ad0e9f560f592e417060262c862099e15',1,'LoRaWANNode']]],
+ ['beginotaa_26',['beginOTAA',['../class_lo_ra_w_a_n_node.html#ab2df20a240812f184786dda5ace171ef',1,'LoRaWANNode']]],
['beidou_27',['beidou',['../struct_l_r11x0_gnss_almanac_status__t.html#a6ecc7d7bbc090f380ca6d2d8774f7ca0',1,'LR11x0GnssAlmanacStatus_t']]],
['beidousvnoalmanacflags_28',['beidouSvNoAlmanacFlags',['../struct_l_r11x0_gnss_almanac_status__t.html#ab040b1d9ccf9c6497b008d11a93ebfdf',1,'LR11x0GnssAlmanacStatus_t']]],
['bellclient_29',['BellClient',['../class_bell_client.html#a20fcf0322ef40c31b3bc329f7d89a177',1,'BellClient::BellClient(PhysicalLayer *phy, uint32_t pin)'],['../class_bell_client.html#ab9d0d76bb88fc8bdc995ab800063c149',1,'BellClient::BellClient(AFSKClient *aud)'],['../class_bell_client.html',1,'BellClient']]],
diff --git a/search/all_10.js b/search/all_10.js
index e4558732..e5de391c 100644
--- a/search/all_10.js
+++ b/search/all_10.js
@@ -10,7 +10,7 @@ var searchData=
['sendmaccommandreq_498',['sendMacCommandReq',['../class_lo_ra_w_a_n_node.html#adef05650cf4eb92042ca5e2688c1e164',1,'LoRaWANNode']]],
['sendmice_499',['sendMicE',['../class_a_p_r_s_client.html#af8f28eba026b0f0a25c8ba54a96f4743',1,'APRSClient']]],
['sendposition_500',['sendPosition',['../class_a_p_r_s_client.html#aebc95b926fb3d37f8489f895aa576d0e',1,'APRSClient']]],
- ['sendreceive_501',['sendReceive',['../class_lo_ra_w_a_n_node.html#a7123f9a907df9224b9b01282c12af459',1,'LoRaWANNode::sendReceive(uint8_t *dataUp, size_t lenUp, uint8_t fPort=1, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#a11c2fbe631063da69355f8d74f4bf3b8',1,'LoRaWANNode::sendReceive(const char *strUp, uint8_t fPort, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#a85cf006ffd97ece3b2d2974b715540cb',1,'LoRaWANNode::sendReceive(const char *strUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#a07ab107de181bde59c2731a5a64a1e2e',1,'LoRaWANNode::sendReceive(uint8_t *dataUp, size_t lenUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)']]],
+ ['sendreceive_501',['sendReceive',['../class_lo_ra_w_a_n_node.html#af9d5fcdbbb4fa357beedb820e395ae37',1,'LoRaWANNode::sendReceive(const uint8_t *dataUp, size_t lenUp, uint8_t fPort=1, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#a11c2fbe631063da69355f8d74f4bf3b8',1,'LoRaWANNode::sendReceive(const char *strUp, uint8_t fPort, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#a85cf006ffd97ece3b2d2974b715540cb',1,'LoRaWANNode::sendReceive(const char *strUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#aafb2006b8d75549f667608156b5f8a5a',1,'LoRaWANNode::sendReceive(const uint8_t *dataUp, size_t lenUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)']]],
['sendseqnumber_502',['sendSeqNumber',['../class_a_x25_frame.html#a4c0fdf148d3b779d48441d45af87add2',1,'AX25Frame']]],
['sendtone_503',['sendTone',['../class_pager_client.html#a8f9af4c0a5c2e9de7cdfa1a907479111',1,'PagerClient']]],
['seqctrl_504',['seqCtrl',['../struct_l_r11x0_wifi_result_extended__t.html#ad86cb8ec2fca8dc1858a4fe6b0e1e9cf',1,'LR11x0WifiResultExtended_t']]],
@@ -28,8 +28,8 @@ var searchData=
['setbitrate_516',['setBitRate',['../class_c_c1101.html#a6fd22cdec29e1e34a92aa9854b90fdc9',1,'CC1101::setBitRate()'],['../classn_r_f24.html#a760d3f47f58ddacdf41975447484a47c',1,'nRF24::setBitRate()'],['../class_r_f69.html#aa3bfb830901728e9a3c140036aa91c56',1,'RF69::setBitRate()'],['../class_si443x.html#afcba86e79d229b3fd7268dcbd7c47b62',1,'Si443x::setBitRate()'],['../class_s_x1233.html#a98e0248cfcca7158261f7ebb31e0aa9f',1,'SX1233::setBitRate()'],['../class_s_x126x.html#ac38a19db6b8b9aff438d6e23051d487d',1,'SX126x::setBitRate()'],['../class_s_x1272.html#ab5c9a79d72996c3d793cee812b0aded5',1,'SX1272::setBitRate()'],['../class_s_x1278.html#afd6df07fc4972cc656f05670e6802f67',1,'SX1278::setBitRate()'],['../class_s_x128x.html#ad6570f33bae09bc8b7617f9da39033ac',1,'SX128x::setBitRate()'],['../class_physical_layer.html#aedd39ad84b45c6392087b12d59192d8c',1,'PhysicalLayer::setBitRate()'],['../class_l_r11x0.html#ab1954e4733a7fbea4129d9a2de2285d9',1,'LR11x0::setBitRate()']]],
['setbitratetolerance_517',['setBitRateTolerance',['../class_c_c1101.html#adc76af01dbc9171b3fdd7570624a4d4f',1,'CC1101']]],
['setbroadcastaddress_518',['setBroadcastAddress',['../class_s_x127x.html#abc51ce6718153e4963128f25bb5aab40',1,'SX127x::setBroadcastAddress()'],['../class_s_x126x.html#abd8eea7e468db3d6064c19d4934d5034',1,'SX126x::setBroadcastAddress()'],['../class_r_f69.html#a1b7598b87ffaabdbe733c47317fa91d8',1,'RF69::setBroadcastAddress()'],['../class_l_r11x0.html#af24ba794f71c4e37cd13d2f4dbec5bf7',1,'LR11x0::setBroadcastAddress()']]],
- ['setbuffernonces_519',['setBufferNonces',['../class_lo_ra_w_a_n_node.html#a11701081ac6bd39a8a2b4bdbc248fac2',1,'LoRaWANNode']]],
- ['setbuffersession_520',['setBufferSession',['../class_lo_ra_w_a_n_node.html#aadebe7a412aec8043aa2f8f57a202f49',1,'LoRaWANNode']]],
+ ['setbuffernonces_519',['setBufferNonces',['../class_lo_ra_w_a_n_node.html#ad99e2fa4738648a6f3efe72ff785def2',1,'LoRaWANNode']]],
+ ['setbuffersession_520',['setBufferSession',['../class_lo_ra_w_a_n_node.html#aedeb50c9ccb81e8092233d34e039cfa4',1,'LoRaWANNode']]],
['setchannelscanaction_521',['setChannelScanAction',['../class_s_t_m32_w_lx.html#a119ad225f9eba91e7c38f82cf0f1c89d',1,'STM32WLx::setChannelScanAction()'],['../class_s_x126x.html#aed0e7dcd60479c9db3d7a3408e7f396d',1,'SX126x::setChannelScanAction()'],['../class_s_x127x.html#ac23c2b384ae8611d59e10ef6a14fe7e4',1,'SX127x::setChannelScanAction()'],['../class_physical_layer.html#ae11c191a7edf3116bf468b9153237260',1,'PhysicalLayer::setChannelScanAction()']]],
['setcodingrate_522',['setCodingRate',['../class_l_r11x0.html#a583f2d5ed601a98c609dbf0d57f2f541',1,'LR11x0::setCodingRate()'],['../class_s_x126x.html#afd3113858966e878e9c67a1e710bd586',1,'SX126x::setCodingRate()'],['../class_s_x1272.html#a960913438feccad4c1913a9222384a5f',1,'SX1272::setCodingRate()'],['../class_s_x1278.html#a834f26a0bd3fc8a03fa7e68aa4daf9e1',1,'SX1278::setCodingRate()'],['../class_s_x128x.html#a9da544e4a6120f73a078b46c6138505a',1,'SX128x::setCodingRate()']]],
['setcorrection_523',['setCorrection',['../class_a_x25_client.html#a74a43c60c84e4150b9508c83e461d24e',1,'AX25Client::setCorrection()'],['../class_bell_client.html#a90f3f33a09a4cf8d544ca1e9a23beae2',1,'BellClient::setCorrection()'],['../class_s_s_t_v_client.html#a0e9cc17123f26d1e7ae2a2b93546515e',1,'SSTVClient::setCorrection()'],['../class_f_s_k4_client.html#aab85cb6519e5448dc332bf17bd60f90a',1,'FSK4Client::setCorrection()']]],
diff --git a/search/functions_1.js b/search/functions_1.js
index 15f3a258..eec75718 100644
--- a/search/functions_1.js
+++ b/search/functions_1.js
@@ -1,7 +1,7 @@
var searchData=
[
['begin_826',['begin',['../class_f_s_k4_client.html#a2b366b8f3c08f81431d8cc5f907652e9',1,'FSK4Client::begin()'],['../class_s_x1277.html#ab9eda48af64532a24d04a9ae0d9c3dc3',1,'SX1277::begin()'],['../class_s_x1278.html#a867a336ae900f4a221d42b4c807122cf',1,'SX1278::begin()'],['../class_s_x1279.html#a324a37dee0522f43692cd414141becc2',1,'SX1279::begin()'],['../class_s_x127x.html#aeac64ca102a143624993cb7cb5b9e17c',1,'SX127x::begin()'],['../class_s_x128x.html#a275a9a86934124eab4982ad52bf91aea',1,'SX128x::begin()'],['../class_a_f_s_k_client.html#a30b86bb7cd087b3bc3c45a011ba266c3',1,'AFSKClient::begin()'],['../class_a_p_r_s_client.html#a4d1468be141940a12fd3964957f79c1a',1,'APRSClient::begin()'],['../class_a_x25_client.html#aadeefb210a0b5170d4e8d281c2257e73',1,'AX25Client::begin()'],['../class_bell_client.html#add9edc89cd6ff5c527ddbdabe79cb60f',1,'BellClient::begin()'],['../class_l_l_c_c68.html#aa835ee301567f7dac079b42a2055c38c',1,'LLCC68::begin()'],['../class_hell_client.html#a225775fe87f9ed3c3a04142697641242',1,'HellClient::begin()'],['../class_morse_client.html#a516f19bb51b87ead7f7ed149f2ca92cf',1,'MorseClient::begin()'],['../class_pager_client.html#a1a1dc569f9b60b0ddd6ead7af5a8244f',1,'PagerClient::begin()'],['../class_r_t_t_y_client.html#ae0b25083baf01469786b6242389298fa',1,'RTTYClient::begin()'],['../class_s_s_t_v_client.html#a3769dcdebf8b1fa01eb2d8bd2bb3815a',1,'SSTVClient::begin(float base, const SSTVMode_t &mode)'],['../class_s_s_t_v_client.html#afd4257e858a88e5847854a46f166a9b0',1,'SSTVClient::begin(const SSTVMode_t &mode)'],['../class_radio_lib_b_c_h.html#aba6f10d4ac2d40eb2222d1081a34c88b',1,'RadioLibBCH::begin()'],['../class_radio_lib_conv_code.html#af350f0a8b4d01e54e9d7eac9056c56c3',1,'RadioLibConvCode::begin()'],['../class_s_x1273.html#a0fb9d6c58e3576e22e1dda4a9b4a1db2',1,'SX1273::begin()'],['../class_s_x1276.html#ac0f792c2fee6aac9b554104c5b1e5ae7',1,'SX1276::begin()'],['../class_c_c1101.html#ad86f23bb3d113d20f6238a671f18b565',1,'CC1101::begin()'],['../class_l_r1110.html#a7656fe337a859388247708aa143d50af',1,'LR1110::begin()'],['../class_l_r1120.html#a0393071d4403d06c665f28c49e755382',1,'LR1120::begin()'],['../class_l_r11x0.html#aa2b69f68ff6171b11a1141c8615240fd',1,'LR11x0::begin()'],['../classn_r_f24.html#a0ef68849f812367432f5a3798f94b8ce',1,'nRF24::begin()'],['../class_r_f69.html#a637ea5386066f5608bcbb4266e5c1bd6',1,'RF69::begin()'],['../class_si4430.html#aaed612b8936609442042d8156e085d2c',1,'Si4430::begin()'],['../class_si4431.html#a402223a49d5b1012b0bf58ce602e6ff3',1,'Si4431::begin()'],['../class_si443x.html#a453eda5436dc4dfe0dad676dc3977752',1,'Si443x::begin()'],['../class_s_x1272.html#ae7562fe74e7d97bf9cc52b5d63f608f9',1,'SX1272::begin()'],['../class_s_x126x.html#a936a40038e05740a528f2b53f8e17010',1,'SX126x::begin()'],['../class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71',1,'SX1268::begin()'],['../class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc',1,'SX1262::begin()'],['../class_s_t_m32_w_lx.html#a4f2a9b5a72b5238d2014199d91094f84',1,'STM32WLx::begin()'],['../class_s_x1233.html#a10fa64ee432a56b50ea6bd42868693af',1,'SX1233::begin()'],['../class_s_x1231.html#a8aa81f8cbe61c4941ac7e3c97a6f5244',1,'SX1231::begin()'],['../class_si4432.html#a5efc3a08f91a411da011201dc128fb34',1,'Si4432::begin()']]],
- ['beginabp_827',['beginABP',['../class_lo_ra_w_a_n_node.html#a47490d133066cb94887c11ddd0f0dfd3',1,'LoRaWANNode']]],
+ ['beginabp_827',['beginABP',['../class_lo_ra_w_a_n_node.html#a43b259fd8804ef8d9d4922962e9ecae5',1,'LoRaWANNode']]],
['beginble_828',['beginBLE',['../class_s_x128x.html#ace5ede905bf85aada0c61b9cfaaea127',1,'SX128x']]],
['beginflrc_829',['beginFLRC',['../class_s_x128x.html#a2c4a24623c5fd27b3cc937e55783d709',1,'SX128x']]],
['beginfsk_830',['beginFSK',['../class_s_x127x.html#af8530e9d858b155eb5acb764a733bcd4',1,'SX127x::beginFSK()'],['../class_s_x1279.html#ab5cb738ed4bf6f40e777f797af2a8b4b',1,'SX1279::beginFSK()'],['../class_s_x1268.html#af6b041392136b599eec57085e2067a6f',1,'SX1268::beginFSK()'],['../class_s_x1278.html#a86464af008b71d12948690b780280e7d',1,'SX1278::beginFSK()'],['../class_s_x1277.html#ac4f2e93c9096e6d2552958f4bc9c1b44',1,'SX1277::beginFSK()'],['../class_s_x1272.html#a83b80377ec3b7a4a4dd663409f2f6260',1,'SX1272::beginFSK()'],['../class_s_x126x.html#a2e500e5b6044ccab8f6b19af4ffa917c',1,'SX126x::beginFSK()'],['../class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1',1,'SX1262::beginFSK()'],['../class_s_t_m32_w_lx.html#af12e8eba13c5dd8bcf8656ed5c1f6cef',1,'STM32WLx::beginFSK()'],['../class_s_x1276.html#ae1240a7418dce80c10bf0f7b3c807840',1,'SX1276::beginFSK()']]],
@@ -9,7 +9,7 @@ var searchData=
['begingfsk_832',['beginGFSK',['../class_l_r1110.html#afcabcd9b422581cd8a63a63373a98155',1,'LR1110::beginGFSK()'],['../class_l_r1120.html#a4c6b867146f00de5c45aeb4164d51cc5',1,'LR1120::beginGFSK()'],['../class_l_r11x0.html#abcc4c776d1a09bb002226ac95574766d',1,'LR11x0::beginGFSK()'],['../class_s_x128x.html#a6ed60dfbd142315bb4e1abd2555a470a',1,'SX128x::beginGFSK()']]],
['begingnss_833',['beginGNSS',['../class_l_r11x0.html#ad7f31060cbab41ad53ee6fa7126cd17b',1,'LR11x0']]],
['beginlrfhss_834',['beginLRFHSS',['../class_l_r1110.html#acc15335d41446254c3b9a87572080388',1,'LR1110::beginLRFHSS()'],['../class_l_r1120.html#ad49ce378101cf0c3894297808ae27f3a',1,'LR1120::beginLRFHSS()'],['../class_l_r11x0.html#a244ee48075d44c7064b454eb9c4afdb8',1,'LR11x0::beginLRFHSS()'],['../class_s_x1262.html#aeeea8315c04afccc8cae8ec0dba2e426',1,'SX1262::beginLRFHSS()'],['../class_s_x1268.html#a4f990f9e58d35cefa560c4fc767198fd',1,'SX1268::beginLRFHSS()'],['../class_s_x126x.html#af404471ef9d379c58b5b08757593fe6d',1,'SX126x::beginLRFHSS()']]],
- ['beginotaa_835',['beginOTAA',['../class_lo_ra_w_a_n_node.html#ad0e9f560f592e417060262c862099e15',1,'LoRaWANNode']]],
+ ['beginotaa_835',['beginOTAA',['../class_lo_ra_w_a_n_node.html#ab2df20a240812f184786dda5ace171ef',1,'LoRaWANNode']]],
['bellclient_836',['BellClient',['../class_bell_client.html#a20fcf0322ef40c31b3bc329f7d89a177',1,'BellClient::BellClient(PhysicalLayer *phy, uint32_t pin)'],['../class_bell_client.html#ab9d0d76bb88fc8bdc995ab800063c149',1,'BellClient::BellClient(AFSKClient *aud)']]],
['bytearr_837',['byteArr',['../class_i_t_a2_string.html#a3f42f7ad98473dbe36515e676622ed3d',1,'ITA2String']]]
];
diff --git a/search/functions_f.js b/search/functions_f.js
index da56bfa9..d8f45263 100644
--- a/search/functions_f.js
+++ b/search/functions_f.js
@@ -8,7 +8,7 @@ var searchData=
['sendmaccommandreq_999',['sendMacCommandReq',['../class_lo_ra_w_a_n_node.html#adef05650cf4eb92042ca5e2688c1e164',1,'LoRaWANNode']]],
['sendmice_1000',['sendMicE',['../class_a_p_r_s_client.html#af8f28eba026b0f0a25c8ba54a96f4743',1,'APRSClient']]],
['sendposition_1001',['sendPosition',['../class_a_p_r_s_client.html#aebc95b926fb3d37f8489f895aa576d0e',1,'APRSClient']]],
- ['sendreceive_1002',['sendReceive',['../class_lo_ra_w_a_n_node.html#a85cf006ffd97ece3b2d2974b715540cb',1,'LoRaWANNode::sendReceive(const char *strUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#a07ab107de181bde59c2731a5a64a1e2e',1,'LoRaWANNode::sendReceive(uint8_t *dataUp, size_t lenUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#a7123f9a907df9224b9b01282c12af459',1,'LoRaWANNode::sendReceive(uint8_t *dataUp, size_t lenUp, uint8_t fPort=1, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#a11c2fbe631063da69355f8d74f4bf3b8',1,'LoRaWANNode::sendReceive(const char *strUp, uint8_t fPort, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)']]],
+ ['sendreceive_1002',['sendReceive',['../class_lo_ra_w_a_n_node.html#a85cf006ffd97ece3b2d2974b715540cb',1,'LoRaWANNode::sendReceive(const char *strUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#aafb2006b8d75549f667608156b5f8a5a',1,'LoRaWANNode::sendReceive(const uint8_t *dataUp, size_t lenUp, uint8_t fPort, uint8_t *dataDown, size_t *lenDown, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#af9d5fcdbbb4fa357beedb820e395ae37',1,'LoRaWANNode::sendReceive(const uint8_t *dataUp, size_t lenUp, uint8_t fPort=1, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)'],['../class_lo_ra_w_a_n_node.html#a11c2fbe631063da69355f8d74f4bf3b8',1,'LoRaWANNode::sendReceive(const char *strUp, uint8_t fPort, bool isConfirmed=false, LoRaWANEvent_t *eventUp=NULL, LoRaWANEvent_t *eventDown=NULL)']]],
['sendtone_1003',['sendTone',['../class_pager_client.html#a8f9af4c0a5c2e9de7cdfa1a907479111',1,'PagerClient']]],
['setaccessaddress_1004',['setAccessAddress',['../class_s_x128x.html#a9346490a6c56edcff2e12ae0369a8df5',1,'SX128x']]],
['setaddresswidth_1005',['setAddressWidth',['../classn_r_f24.html#a5b01677f5ce6bee54da8fc7098c339f4',1,'nRF24']]],
@@ -23,8 +23,8 @@ var searchData=
['setbitrate_1014',['setBitRate',['../class_s_x128x.html#ad6570f33bae09bc8b7617f9da39033ac',1,'SX128x::setBitRate()'],['../class_physical_layer.html#aedd39ad84b45c6392087b12d59192d8c',1,'PhysicalLayer::setBitRate()'],['../class_s_x1278.html#afd6df07fc4972cc656f05670e6802f67',1,'SX1278::setBitRate()'],['../class_s_x1272.html#ab5c9a79d72996c3d793cee812b0aded5',1,'SX1272::setBitRate()'],['../class_s_x126x.html#ac38a19db6b8b9aff438d6e23051d487d',1,'SX126x::setBitRate()'],['../class_si443x.html#afcba86e79d229b3fd7268dcbd7c47b62',1,'Si443x::setBitRate()'],['../class_r_f69.html#aa3bfb830901728e9a3c140036aa91c56',1,'RF69::setBitRate()'],['../classn_r_f24.html#a760d3f47f58ddacdf41975447484a47c',1,'nRF24::setBitRate()'],['../class_c_c1101.html#a6fd22cdec29e1e34a92aa9854b90fdc9',1,'CC1101::setBitRate()'],['../class_l_r11x0.html#ab1954e4733a7fbea4129d9a2de2285d9',1,'LR11x0::setBitRate()'],['../class_s_x1233.html#a98e0248cfcca7158261f7ebb31e0aa9f',1,'SX1233::setBitRate()']]],
['setbitratetolerance_1015',['setBitRateTolerance',['../class_c_c1101.html#adc76af01dbc9171b3fdd7570624a4d4f',1,'CC1101']]],
['setbroadcastaddress_1016',['setBroadcastAddress',['../class_s_x127x.html#abc51ce6718153e4963128f25bb5aab40',1,'SX127x::setBroadcastAddress()'],['../class_s_x126x.html#abd8eea7e468db3d6064c19d4934d5034',1,'SX126x::setBroadcastAddress()'],['../class_r_f69.html#a1b7598b87ffaabdbe733c47317fa91d8',1,'RF69::setBroadcastAddress()'],['../class_l_r11x0.html#af24ba794f71c4e37cd13d2f4dbec5bf7',1,'LR11x0::setBroadcastAddress()']]],
- ['setbuffernonces_1017',['setBufferNonces',['../class_lo_ra_w_a_n_node.html#a11701081ac6bd39a8a2b4bdbc248fac2',1,'LoRaWANNode']]],
- ['setbuffersession_1018',['setBufferSession',['../class_lo_ra_w_a_n_node.html#aadebe7a412aec8043aa2f8f57a202f49',1,'LoRaWANNode']]],
+ ['setbuffernonces_1017',['setBufferNonces',['../class_lo_ra_w_a_n_node.html#ad99e2fa4738648a6f3efe72ff785def2',1,'LoRaWANNode']]],
+ ['setbuffersession_1018',['setBufferSession',['../class_lo_ra_w_a_n_node.html#aedeb50c9ccb81e8092233d34e039cfa4',1,'LoRaWANNode']]],
['setchannelscanaction_1019',['setChannelScanAction',['../class_s_t_m32_w_lx.html#a119ad225f9eba91e7c38f82cf0f1c89d',1,'STM32WLx::setChannelScanAction()'],['../class_s_x126x.html#aed0e7dcd60479c9db3d7a3408e7f396d',1,'SX126x::setChannelScanAction()'],['../class_s_x127x.html#ac23c2b384ae8611d59e10ef6a14fe7e4',1,'SX127x::setChannelScanAction()'],['../class_physical_layer.html#ae11c191a7edf3116bf468b9153237260',1,'PhysicalLayer::setChannelScanAction()']]],
['setcodingrate_1020',['setCodingRate',['../class_l_r11x0.html#a583f2d5ed601a98c609dbf0d57f2f541',1,'LR11x0::setCodingRate()'],['../class_s_x128x.html#a9da544e4a6120f73a078b46c6138505a',1,'SX128x::setCodingRate()'],['../class_s_x1278.html#a834f26a0bd3fc8a03fa7e68aa4daf9e1',1,'SX1278::setCodingRate()'],['../class_s_x126x.html#afd3113858966e878e9c67a1e710bd586',1,'SX126x::setCodingRate()'],['../class_s_x1272.html#a960913438feccad4c1913a9222384a5f',1,'SX1272::setCodingRate()']]],
['setcorrection_1021',['setCorrection',['../class_a_x25_client.html#a74a43c60c84e4150b9508c83e461d24e',1,'AX25Client::setCorrection()'],['../class_bell_client.html#a90f3f33a09a4cf8d544ca1e9a23beae2',1,'BellClient::setCorrection()'],['../class_f_s_k4_client.html#aab85cb6519e5448dc332bf17bd60f90a',1,'FSK4Client::setCorrection()'],['../class_s_s_t_v_client.html#a0e9cc17123f26d1e7ae2a2b93546515e',1,'SSTVClient::setCorrection()']]],