nRF5 SDK for Mesh v5.0.0
Data Fields
scanner_stats_t Struct Reference

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...
 

Detailed Description

Scanner statistics structure.

Recorded since last reset.

Definition at line 72 of file scanner.h.

Field Documentation

◆ successful_receives

uint32_t scanner_stats_t::successful_receives

Number of received packets.

Definition at line 74 of file scanner.h.

◆ crc_failures

uint32_t scanner_stats_t::crc_failures

Number of CRC failures.

Definition at line 75 of file scanner.h.

◆ length_out_of_bounds

uint32_t scanner_stats_t::length_out_of_bounds

Number of packets with length out of bounds.

Definition at line 76 of file scanner.h.

◆ out_of_memory

uint32_t scanner_stats_t::out_of_memory

Number of times the scanner has ran out of memory.

Definition at line 77 of file scanner.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated