guiguitant théo / Serre_POLYTEC_Lora

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

sLoRaMacParams Struct Reference

sLoRaMacParams Struct Reference
[LoRa MAC layer implementation]

#include <LoRaMac.h>

Data Fields

int8_t ChannelsTxPower
int8_t ChannelsDatarate
uint32_t SystemMaxRxError
uint8_t MinRxSymbols
uint32_t MaxRxWindow
uint32_t ReceiveDelay1
uint32_t ReceiveDelay2
uint32_t JoinAcceptDelay1
uint32_t JoinAcceptDelay2
uint8_t ChannelsNbRep
uint8_t Rx1DrOffset
Rx2ChannelParams_t Rx2Channel
uint16_t ChannelsMask [6]

Detailed Description

Global MAC layer parameters

Definition at line 264 of file LoRaMac.h.


Field Documentation

Channels data rate

Definition at line 273 of file LoRaMac.h.

uint16_t ChannelsMask[6]

Mask indicating which channels are enabled

Definition at line 320 of file LoRaMac.h.

uint8_t ChannelsNbRep

Number of uplink messages repetitions [1:15] (unconfirmed messages only)

Definition at line 308 of file LoRaMac.h.

Channels TX power

Definition at line 269 of file LoRaMac.h.

uint32_t JoinAcceptDelay1

Join accept delay 1

Definition at line 300 of file LoRaMac.h.

uint32_t JoinAcceptDelay2

Join accept delay 1

Definition at line 304 of file LoRaMac.h.

uint32_t MaxRxWindow

LoRaMac maximum time a reception window stays open

Definition at line 288 of file LoRaMac.h.

uint8_t MinRxSymbols

Minimum required number of symbols to detect an Rx frame Default: 6 symbols

Definition at line 284 of file LoRaMac.h.

uint32_t ReceiveDelay1

Receive delay 1

Definition at line 292 of file LoRaMac.h.

uint32_t ReceiveDelay2

Receive delay 2

Definition at line 296 of file LoRaMac.h.

uint8_t Rx1DrOffset

Datarate offset between uplink and downlink on first window

Definition at line 312 of file LoRaMac.h.

LoRaMAC 2nd reception window settings

Definition at line 316 of file LoRaMac.h.

uint32_t SystemMaxRxError

System overall timing error in milliseconds. [-SystemMaxRxError : +SystemMaxRxError] Default: +/-10 ms

Definition at line 279 of file LoRaMac.h.