Meta-data collection for the received packet. More...
#include <lorawan_types.h>
Data Fields | |
int16_t | rssi |
The RSSI for the received packet. More... | |
uint8_t | rx_datarate |
Data rate of reception. More... | |
int8_t | snr |
The SNR for the received packet. More... | |
bool | stale |
A boolean to mark if the meta data is stale. More... | |
uint32_t | channel |
Frequency for the downlink channel. More... | |
uint32_t | rx_toa |
Time spent on air by the RX frame. More... | |
Meta-data collection for the received packet.
Definition at line 652 of file lorawan_types.h.
uint32_t channel |
Frequency for the downlink channel.
Definition at line 672 of file lorawan_types.h.
int16_t rssi |
The RSSI for the received packet.
Definition at line 656 of file lorawan_types.h.
uint8_t rx_datarate |
Data rate of reception.
Definition at line 660 of file lorawan_types.h.
uint32_t rx_toa |
Time spent on air by the RX frame.
Definition at line 676 of file lorawan_types.h.
int8_t snr |
The SNR for the received packet.
Definition at line 664 of file lorawan_types.h.
bool stale |
A boolean to mark if the meta data is stale.
Definition at line 668 of file lorawan_types.h.