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

sBand Struct Reference

sBand Struct Reference
[LoRa MAC layer implementation]

#include <LoRaMac.h>

Data Fields

uint16_t DCycle
int8_t TxMaxPower
TimerTime_t LastTxDoneTime
TimerTime_t TimeOff

Detailed Description

LoRaMAC band parameters definition

Definition at line 218 of file LoRaMac.h.


Field Documentation

uint16_t DCycle

Duty cycle

Definition at line 223 of file LoRaMac.h.

TimerTime_t LastTxDoneTime

Time stamp of the last Tx frame

Definition at line 231 of file LoRaMac.h.

TimerTime_t TimeOff

Holds the time where the device is off

Definition at line 235 of file LoRaMac.h.

int8_t TxMaxPower

Maximum Tx power

Definition at line 227 of file LoRaMac.h.