Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
lorawan_rx_metadata Struct Reference
Meta-data collection for the received packet. More...
#include <lorawan_types.h>
Data Fields | |
int16_t | rssi |
The RSSI for the received packet. | |
uint8_t | rx_datarate |
Data rate of reception. | |
int8_t | snr |
The SNR for the received packet. | |
bool | stale |
A boolean to mark if the meta data is stale. | |
uint32_t | channel |
Frequency for the downlink channel. | |
uint32_t | rx_toa |
Time spent on air by the RX frame. |
Detailed Description
Meta-data collection for the received packet.
Definition at line 652 of file lorawan_types.h.
Field Documentation
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.
Generated on Tue Jul 12 2022 13:55:32 by
