Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

lorawan_rx_metadata Struct Reference

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.