Structure to save information about LoRaWAN channels. To save space, adjacent channels are saved in "spans".
More...
#include <LoRaWAN.h>
|
uint8_t | numChannels |
| Total number of channels in the span.
|
|
uint32_t | freqStart |
| Center frequency of the first channel in span (coded in 100 Hz steps)
|
|
uint32_t | freqStep |
| Frequency step between adjacent channels (coded in 100 Hz steps)
|
|
uint8_t | drMin |
| Minimum allowed datarate for all channels in this span.
|
|
uint8_t | drMax |
| Maximum allowed datarate for all channels in this span (inclusive)
|
|
uint8_t | drJoinRequest |
| Allowed data rates for a join request message.
|
|
Structure to save information about LoRaWAN channels. To save space, adjacent channels are saved in "spans".
The documentation for this struct was generated from the following file: