Gleb Klochkov / Mbed OS Climatcontroll_Main

Dependencies:   esp8266-driver

Embed: (wiki syntax)

« Back to documentation index

dr_range_t::sFields Struct Reference

dr_range_t::sFields Struct Reference

#include <lorawan_data_structures.h>

Data Fields

int8_t min: 4
int8_t max: 4

Detailed Description

The structure to store the minimum and the maximum datarate.

Definition at line 155 of file lorawan_data_structures.h.


Field Documentation

int8_t max

The maximum data rate.

LoRaWAN Regional Parameters V1.0.2rB.

The allowed ranges are region-specific. Please refer to DR_0 to DR_15 for details.

Definition at line 172 of file lorawan_data_structures.h.

int8_t min

The minimum data rate.

LoRaWAN Regional Parameters V1.0.2rB.

The allowed ranges are region-specific. Please refer to DR_0 to DR_15 for details.

Definition at line 164 of file lorawan_data_structures.h.