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
radio_lora_packet_handler Struct Reference
[stack layer that controls MAC layer underneath]
LoRa packet Contains information about a LoRa packet. More...
#include <LoRaRadio.h>
Data Fields | |
int8_t | snr_value |
Signal-to-noise ratio of a received packet. | |
int8_t | rssi_value |
RSSI value in dBm for the received packet. | |
uint8_t | size |
Size of the transmitted or received packet. |
Detailed Description
LoRa packet Contains information about a LoRa packet.
Definition at line 327 of file LoRaRadio.h.
Field Documentation
int8_t rssi_value |
RSSI value in dBm for the received packet.
Definition at line 336 of file LoRaRadio.h.
uint8_t size |
Size of the transmitted or received packet.
Definition at line 341 of file LoRaRadio.h.
int8_t snr_value |
Signal-to-noise ratio of a received packet.
Definition at line 331 of file LoRaRadio.h.
Generated on Tue Jul 12 2022 13:55:35 by
