20171208

Fork of LoRaWAN-lib by Semtech

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 203 of file LoRaMac.h.


Field Documentation

uint16_t DCycle

Duty cycle

Definition at line 208 of file LoRaMac.h.

TimerTime_t LastTxDoneTime

Time stamp of the last Tx frame

Definition at line 216 of file LoRaMac.h.

TimerTime_t TimeOff

Holds the time where the device is off

Definition at line 220 of file LoRaMac.h.

int8_t TxMaxPower

Maximum Tx power

Definition at line 212 of file LoRaMac.h.