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

sLoRaMacTxInfo Struct Reference

sLoRaMacTxInfo Struct Reference
[LoRa MAC layer implementation]

#include <LoRaMac.h>

Data Fields

uint8_t MaxPossiblePayload
uint8_t CurrentPayloadSize

Detailed Description

LoRaMAC tx information

Definition at line 1354 of file LoRaMac.h.


Field Documentation

The current payload size, dependent on the current datarate

Definition at line 1363 of file LoRaMac.h.

Defines the size of the applicative payload which can be processed

Definition at line 1359 of file LoRaMac.h.