Structure containing LoRaWAN RX data. More...
Structure containing LoRaWAN RX data.
Definition at line 93 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.   | |
| uint8_t semtech_loramac_rx_data_t::payload[LORAWAN_APP_DATA_MAX_SIZE] | 
RX payload buffer.
Definition at line 94 of file semtech_loramac.h.
| uint8_t semtech_loramac_rx_data_t::payload_len | 
Length of the RX payload.
Definition at line 95 of file semtech_loramac.h.
| uint8_t semtech_loramac_rx_data_t::port | 
RX port.
Definition at line 96 of file semtech_loramac.h.