nRF5 SDK for Mesh v5.0.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
 Rolling number of beacons received in each preceding period. More...
 
uint8_t observation_count
 Counter of broadcast intervals. More...
 
uint16_t interval
 Actual beacon interval at the moment. 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 294 of file nrf_mesh.h.

Field Documentation

◆ rx_count

uint16_t nrf_mesh_beacon_tx_info_t::rx_count

Rolling number of beacons received in each preceding period.

Definition at line 297 of file nrf_mesh.h.

◆ observation_count

uint8_t nrf_mesh_beacon_tx_info_t::observation_count

Counter of broadcast intervals.

Used to measure the observation period.

Definition at line 299 of file nrf_mesh.h.

◆ interval

uint16_t nrf_mesh_beacon_tx_info_t::interval

Actual beacon interval at the moment.

Definition at line 301 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 303 of file nrf_mesh.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated