nRF5 SDK for Mesh v3.1.0
Data Fields
nrf_mesh_beacon_tx_info_t Struct Reference

Run-time transmission information for individual beacons. More...

#include <nrf_mesh.h>

Data Fields

uint16_t rx_count [NRF_MESH_BEACON_OBSERVATION_PERIODS]
 Rolling number of beacons received in each preceding period. More...
 
timestamp_t tx_timestamp
 Last transmission time for this beacon. More...
 

Detailed Description

Run-time transmission information for individual beacons.

Used for internal logic.

Definition at line 286 of file nrf_mesh.h.

Field Documentation

◆ rx_count

uint16_t nrf_mesh_beacon_tx_info_t::rx_count[NRF_MESH_BEACON_OBSERVATION_PERIODS]

Rolling number of beacons received in each preceding period.

Definition at line 289 of file nrf_mesh.h.

◆ tx_timestamp

timestamp_t nrf_mesh_beacon_tx_info_t::tx_timestamp

Last transmission time for this beacon.

Definition at line 291 of file nrf_mesh.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated