Mistake on this page?
Report an issue in GitHub or email us
Data Fields
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. 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...
 

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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.