wayne roberts / Mbed OS LoRaWAN_singlechannel_endnode

Dependencies:   SX127x sx12xx_hal TSL2561

Embed: (wiki syntax)

« Back to documentation index

uDrRange::sFields Struct Reference

uDrRange::sFields Struct Reference

#include <LoRaMacSingle.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 125 of file LoRaMacSingle.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 142 of file LoRaMacSingle.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 134 of file LoRaMacSingle.h.