Mistake on this page?
Report an issue in GitHub or email us
Data Fields
radio_lora_packet_handler Struct Reference

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. More...
 
int8_t rssi_value
 RSSI value in dBm for the received packet. More...
 
uint8_t size
 Size of the transmitted or received packet. More...
 

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.

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.