LoRaWAN MAC layer implementation

Dependents:   LoRaWAN-demo-72_tjm LoRaWAN-demo-72_jlc LoRaWAN-demo-elmo frdm_LoRa_Connect_Woodstream_Demo_tjm ... more

Embed: (wiki syntax)

« Back to documentation index

uDrRange::sFields Struct Reference

uDrRange::sFields Struct Reference

#include <LoRaMac.h>

Data Fields

int8_t Min: 4
int8_t Max: 4

Detailed Description

Structure to store the minimum and the maximum datarate

Definition at line 194 of file LoRaMac.h.


Field Documentation

int8_t Max

Maximum data rate

EU868 - [DR_0, DR_1, DR_2, DR_3, DR_4, DR_5, DR_6, DR_7]

US915 - [DR_0, DR_1, DR_2, DR_3, DR_4]

Definition at line 211 of file LoRaMac.h.

int8_t Min

Minimum data rate

EU868 - [DR_0, DR_1, DR_2, DR_3, DR_4, DR_5, DR_6, DR_7]

US915 - [DR_0, DR_1, DR_2, DR_3, DR_4]

Definition at line 203 of file LoRaMac.h.