Mbed OS Reference
Loading...
Searching...
No Matches
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.
 
int16_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 328 of file LoRaRadio.h.

Field Documentation

◆ snr_value

int8_t snr_value

Signal-to-noise ratio of a received packet.

Definition at line 332 of file LoRaRadio.h.

◆ rssi_value

int16_t rssi_value

RSSI value in dBm for the received packet.

Definition at line 337 of file LoRaRadio.h.

◆ size

uint8_t size

Size of the transmitted or received packet.

Definition at line 342 of file LoRaRadio.h.