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.
Statistics Struct Reference
Statistics of current network session. More...
#include <Lora.h>
Data Fields | |
uint32_t | Up |
Number of uplink packets sent. | |
uint32_t | Down |
Number of downlink packets received. | |
uint32_t | Joins |
Number of join requests sent. | |
uint32_t | JoinFails |
Number of join requests without response or invalid response. | |
uint32_t | MissedAcks |
Number of missed acknowledgement attempts of confirmed packets. | |
uint32_t | CRCErrors |
Number of CRC errors in received packets. | |
int32_t | AvgCount |
Number of packets used to compute rolling average of RSSI and SNR. | |
int16_t | Rssi |
RSSI of last packet received. | |
int16_t | RssiMin |
Minimum RSSI of last AvgCount packets. | |
int16_t | RssiMax |
Maximum RSSI of last AvgCount packets. | |
int16_t | RssiAvg |
Rolling average RSSI of last AvgCount packets. | |
int16_t | Snr |
SNR of last packet received. | |
int16_t | SnrMin |
Minimum SNR of last AvgCount packets. | |
int16_t | SnrMax |
Maximum SNR of last AvgCount packets. | |
int16_t | SnrAvg |
Rolling average SNR of last AvgCount packets. |
Detailed Description
Statistics of current network session.
Definition at line 504 of file Lora.h.
Field Documentation
int32_t AvgCount |
uint32_t JoinFails |
uint32_t MissedAcks |
int16_t RssiAvg |
Generated on Tue Jul 12 2022 12:07:34 by
