to be used with the DSPLoRa module (minor changes wrt transmit power)

Dependents:   DSP_LoRaWAN

Fork of LoRaWAN-lib by S P

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.