nRF5 SDK for Mesh v1.0.1
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 395 of file config_messages.h.

Field Documentation

◆ status

uint8_t config_msg_heartbeat_subscription_status_t::status

Status code.

Definition at line 397 of file config_messages.h.

◆ source

uint16_t config_msg_heartbeat_subscription_status_t::source

Source of heartbeat messages.

Definition at line 398 of file config_messages.h.

◆ destination

uint16_t config_msg_heartbeat_subscription_status_t::destination

Destination of heartbeat messages.

Definition at line 399 of file config_messages.h.

◆ period_log

uint8_t config_msg_heartbeat_subscription_status_t::period_log

Period of heartbeat messages.

Definition at line 400 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 401 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 402 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 403 of file config_messages.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated