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

Mesh heartbeat event parameters. More...

#include <serial_evt.h>

Data Fields

uint8_t init_ttl
 Initial TTL value used for sending this heartbeat message. More...
 
uint8_t hops
 Number of hops equals: (Initial TTL - Received message TTL + 1). More...
 
uint16_t features
 State bitmap of the feature. More...
 
uint16_t src
 Source address for the received heartbeat message. More...
 

Detailed Description

Mesh heartbeat event parameters.

Definition at line 318 of file serial_evt.h.

Field Documentation

◆ init_ttl

uint8_t serial_evt_mesh_hb_message_t::init_ttl

Initial TTL value used for sending this heartbeat message.

Definition at line 321 of file serial_evt.h.

◆ hops

uint8_t serial_evt_mesh_hb_message_t::hops

Number of hops equals: (Initial TTL - Received message TTL + 1).

Definition at line 323 of file serial_evt.h.

◆ features

uint16_t serial_evt_mesh_hb_message_t::features

State bitmap of the feature.

See Heartbeat definitions to interpret bit fields.

Definition at line 325 of file serial_evt.h.

◆ src

uint16_t serial_evt_mesh_hb_message_t::src

Source address for the received heartbeat message.

Definition at line 327 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated