Knight KE / Mbed OS Game_Master
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.
uint8_t snr
 The SNR for the received packet.
bool stale
 A boolean to mark if the meta data is stale.

Detailed Description

Meta-data collection for the received packet.

Definition at line 647 of file lorawan_types.h.


Field Documentation

int16_t rssi

The RSSI for the received packet.

Definition at line 651 of file lorawan_types.h.

uint8_t rx_datarate

Data rate of reception.

Definition at line 655 of file lorawan_types.h.

uint8_t snr

The SNR for the received packet.

Definition at line 659 of file lorawan_types.h.

bool stale

A boolean to mark if the meta data is stale.

Definition at line 663 of file lorawan_types.h.