Loading...
Searching...
No Matches
semtech_loramac_rx_data_t Struct Reference

Structure containing LoRaWAN RX data. More...

Detailed Description

Structure containing LoRaWAN RX data.

Definition at line 94 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.
 

Field Documentation

◆ payload

uint8_t semtech_loramac_rx_data_t::payload[LORAWAN_APP_DATA_MAX_SIZE]

RX payload buffer.

Definition at line 95 of file semtech_loramac.h.

◆ payload_len

uint8_t semtech_loramac_rx_data_t::payload_len

Length of the RX payload.

Definition at line 96 of file semtech_loramac.h.

◆ port

uint8_t semtech_loramac_rx_data_t::port

RX port.

Definition at line 97 of file semtech_loramac.h.


The documentation for this struct was generated from the following file: