Scanner statistics structure. More...
#include <scanner.h>
Data Fields | |
uint32_t | successful_receives |
Number of received packets. More... | |
uint32_t | crc_failures |
Number of CRC failures. More... | |
uint32_t | length_out_of_bounds |
Number of packets with length out of bounds. More... | |
uint32_t | out_of_memory |
Number of times the scanner has ran out of memory. More... | |
uint32_t scanner_stats_t::successful_receives |
uint32_t scanner_stats_t::crc_failures |
uint32_t scanner_stats_t::length_out_of_bounds |
uint32_t scanner_stats_t::out_of_memory |