lriot 2.1.0.0
|
LoRa packet statistic structure. More...
#include <lr1110_radio_types.h>
Data Fields | |
uint16_t | nb_pkt_received |
Total number of received packets. | |
uint16_t | nb_pkt_crc_error |
Total number of received packets with CRC error. | |
uint16_t | nb_pkt_header_error |
Total number of packets with header error. | |
uint16_t | nb_pkt_falsesync |
Total number of false sync. | |
LoRa packet statistic structure.
uint16_t nb_pkt_crc_error |
Total number of received packets with CRC error.
uint16_t nb_pkt_falsesync |
Total number of false sync.
uint16_t nb_pkt_header_error |
Total number of packets with header error.
uint16_t nb_pkt_received |
Total number of received packets.