Structure containing LoRaWAN RX data. More...
Structure containing LoRaWAN RX data.
Definition at line 96 of file semtech_loramac.h.
#include <semtech_loramac.h>
Data Fields | |
uint8_t | payload [LORAWAN_APP_DATA_MAX_SIZE] |
RX payload buffer. | |
uint8_t | payload_len |
Length of the RX payload. | |
uint8_t | port |
RX port. | |