From 87ccf0eb3492bd0ea99de60591f97fe85a6bd1d3 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 27 Jan 2024 17:50:02 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=201c8d2?= =?UTF-8?q?d5cfb53d873879824ac4fc358194148c7c3=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _lo_ra_w_a_n_8h_source.html | 8 ++++---- class_lo_ra_w_a_n_node.html | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/_lo_ra_w_a_n_8h_source.html b/_lo_ra_w_a_n_8h_source.html index 53a34f47..77fca454 100644 --- a/_lo_ra_w_a_n_8h_source.html +++ b/_lo_ra_w_a_n_8h_source.html @@ -606,7 +606,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
791  // indicates whether an uplink has MAC commands as payload
792  bool isMACPayload = false;
793 
-
794  // save the selected subband in case this must be restored in ADR control
+
794  // save the selected sub-band in case this must be restored in ADR control
795  int8_t subBand = -1;
796 
797 #if !defined(RADIOLIB_EEPROM_UNSUPPORTED)
@@ -635,7 +635,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
830  int16_t setupChannelsDyn(bool joinRequest = false);
831 
832  // setup uplink/downlink channel data rates and frequencies
-
833  // for fixed bands, we only allow one subband at a time to be selected
+
833  // for fixed bands, we only allow one sub-band at a time to be selected
834  int16_t setupChannelsFix(uint8_t subBand);
835 
836  // a join-accept can piggy-back a set of channels or channel masks
@@ -672,7 +672,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
867  // get the payload length for a specific MAC command
868  uint8_t getMacPayloadLength(uint8_t cid);
869 
-
870  // Performs CSMA as per LoRa Alliance Technical Reccomendation 13 (TR-013).
+
870  // Performs CSMA as per LoRa Alliance Technical Recommendation 13 (TR-013).
871  void performCSMA();
872 
873  // perform a single CAD operation for the under SF/CH combination. Returns either busy or otherwise.
@@ -698,7 +698,7 @@ $(document).ready(function(){initNavTree('_lo_ra_w_a_n_8h_source.html',''); init
int16_t uplink(const char *str, uint8_t port, bool isConfirmed=false, LoRaWANEvent_t *event=NULL)
Send a message to the server.
Definition: LoRaWAN.cpp:881
int16_t sendReceive(const char *strUp, uint8_t port, 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.
Definition: LoRaWAN.cpp:1623
int16_t setTxPower(int8_t txPower, bool saveToEeprom=false)
Configure TX power of the radio module.
Definition: LoRaWAN.cpp:2021
-
uint8_t maxPayloadDwellTime()
Returns the maximum payload given the currently present dwelltime limits. WARNING: the addition of MA...
Definition: LoRaWAN.cpp:2001
+
uint8_t maxPayloadDwellTime()
Returns the maximum payload given the currently present dwell time limits. WARNING: the addition of M...
Definition: LoRaWAN.cpp:2001
void setDwellTime(bool enable, uint32_t msPerUplink=0)
Toggle adherence to dwellTime limits to on or off.
Definition: LoRaWAN.cpp:1992
uint32_t getFcntUp()
Returns the last uplink's frame counter.
Definition: LoRaWAN.cpp:1647
void setDeviceStatus(uint8_t battLevel)
Set device status.
Definition: LoRaWAN.cpp:1643
diff --git a/class_lo_ra_w_a_n_node.html b/class_lo_ra_w_a_n_node.html index 78b910d1..99e0e21b 100644 --- a/class_lo_ra_w_a_n_node.html +++ b/class_lo_ra_w_a_n_node.html @@ -179,7 +179,7 @@ uint32_t   uint8_t maxPayloadDwellTime () - Returns the maximum payload given the currently present dwelltime limits. WARNING: the addition of MAC commands may cause uplink errors; if you want to be sure that your payload fits within dwelltime limits, subtract 16 from the result!
+ Returns the maximum payload given the currently present dwell time limits. WARNING: the addition of MAC commands may cause uplink errors; if you want to be sure that your payload fits within dwell time limits, subtract 16 from the result!
  int16_t setTxPower (int8_t txPower, bool saveToEeprom=false)  Configure TX power of the radio module. More...
@@ -188,10 +188,10 @@ uint8_t  Configures CSMA for LoRaWAN as per TR-13, LoRa Alliance. More...
  int16_t getMacLinkCheckAns (uint8_t *margin, uint8_t *gwCnt) - Returns the quality of connectivity after requesting a LinkCheck MAC command. Returns 'true' if a network response was succesfully parsed. Returns 'false' if there was no network response / parsing failed. More...
+ Returns the quality of connectivity after requesting a LinkCheck MAC command. Returns 'true' if a network response was successfully parsed. Returns 'false' if there was no network response / parsing failed. More...
  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 response was succesfully parsed. Returns 'false' if there was no network response / parsing failed. More...
+ Returns the network time after requesting a DeviceTime MAC command. Returns 'true' if a network response was successfully parsed. Returns 'false' if there was no network response / parsing failed. More...
 

@@ -243,7 +243,7 @@ uint8_t 

rx1DrOffset = - +
phyPointer to the PhysicalLayer radio module.
bandPointer to the LoRaWAN band to use.
subBandThe subband to be used (starting from 1!)
subBandThe sub-band to be used (starting from 1!)
@@ -457,7 +457,7 @@ uint8_t 
rx1DrOffset =

Calculate the minimum interval to adhere to a certain dutyCycle. This interval is based on the ToA of one uplink and does not actually keep track of total airtime.

Parameters
- +
msPerHourThe maximum allowed dutycyle (in milliseconds per hour).
msPerHourThe maximum allowed duty cycle (in milliseconds per hour).
airtimeThe airtime of the uplink.
@@ -498,7 +498,7 @@ uint8_t 
rx1DrOffset =
-

Returns the network time after requesting a DeviceTime MAC command. Returns 'true' if a network response was succesfully parsed. Returns 'false' if there was no network response / parsing failed.

+

Returns the network time after requesting a DeviceTime MAC command. Returns 'true' if a network response was successfully parsed. Returns 'false' if there was no network response / parsing failed.

Parameters
@@ -537,7 +537,7 @@ uint8_t 
gpsEpochNumber of seconds since GPS epoch (Jan. 6th 1980)
rx1DrOffset =
-

Returns the quality of connectivity after requesting a LinkCheck MAC command. Returns 'true' if a network response was succesfully parsed. Returns 'false' if there was no network response / parsing failed.

+

Returns the quality of connectivity after requesting a LinkCheck MAC command. Returns 'true' if a network response was successfully parsed. Returns 'false' if there was no network response / parsing failed.

Parameters
marginLink margin in dB of LinkCheckReq demodulation at gateway side.