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

Message format for the Heartbeat Subscription Status message. More...

#include <config_messages.h>

Data Fields

uint8_t status
 Status code. More...
 
uint16_t source
 Source of heartbeat messages. More...
 
uint16_t destination
 Destination of heartbeat messages. More...
 
uint8_t period_log
 Period of heartbeat messages. More...
 
uint8_t count_log
 Number of heartbeat messages received. More...
 
uint8_t min_hops
 Least number of hops in received heartbeat messages. More...
 
uint8_t max_hops
 Largest number of hops in received heartbeat messages. More...
 

Detailed Description

Message format for the Heartbeat Subscription Status message.

Definition at line 428 of file config_messages.h.

Field Documentation

◆ status

uint8_t config_msg_heartbeat_subscription_status_t::status

Status code.

Definition at line 430 of file config_messages.h.

◆ source

uint16_t config_msg_heartbeat_subscription_status_t::source

Source of heartbeat messages.

Definition at line 431 of file config_messages.h.

◆ destination

uint16_t config_msg_heartbeat_subscription_status_t::destination

Destination of heartbeat messages.

Definition at line 432 of file config_messages.h.

◆ period_log

uint8_t config_msg_heartbeat_subscription_status_t::period_log

Period of heartbeat messages.

Definition at line 433 of file config_messages.h.

◆ count_log

uint8_t config_msg_heartbeat_subscription_status_t::count_log

Number of heartbeat messages received.

Definition at line 434 of file config_messages.h.

◆ min_hops

uint8_t config_msg_heartbeat_subscription_status_t::min_hops

Least number of hops in received heartbeat messages.

Definition at line 435 of file config_messages.h.

◆ max_hops

uint8_t config_msg_heartbeat_subscription_status_t::max_hops

Largest number of hops in received heartbeat messages.

Definition at line 436 of file config_messages.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated