nRF5 SDK for Mesh v1.0.1
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
 Number of beacons received since this beacon was last transmitted. More...
 
uint16_t tx_interval_seconds
 Current beacon interval in seconds. More...
 
uint32_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 269 of file nrf_mesh.h.

Field Documentation

◆ rx_count

uint16_t nrf_mesh_beacon_tx_info_t::rx_count

Number of beacons received since this beacon was last transmitted.

Definition at line 272 of file nrf_mesh.h.

◆ tx_interval_seconds

uint16_t nrf_mesh_beacon_tx_info_t::tx_interval_seconds

Current beacon interval in seconds.

Definition at line 274 of file nrf_mesh.h.

◆ tx_timestamp

uint32_t nrf_mesh_beacon_tx_info_t::tx_timestamp

Last transmission time for this beacon.

Definition at line 276 of file nrf_mesh.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated