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

Attention status event. More...

#include <health_client.h>

Data Fields

health_client_evt_type_t type
 Type of the event. More...
 
const access_message_rx_meta_tp_meta_data
 Meta data for the received message. More...
 
union {
   health_client_evt_fault_status_t   fault_status
 Fault status data for the Current Status and Fault Status messages. More...
 
   health_client_evt_period_status_t   period_status
 Period status data for the Period Status message. More...
 
   health_client_evt_attention_status_t   attention_status
 Attention status data for the Attention Status message. More...
 
data
 

Detailed Description

Attention status event.

Definition at line 101 of file health_client.h.

Field Documentation

◆ type

health_client_evt_type_t health_client_evt_t::type

Type of the event.

Definition at line 103 of file health_client.h.

◆ p_meta_data

const access_message_rx_meta_t* health_client_evt_t::p_meta_data

Meta data for the received message.

Definition at line 104 of file health_client.h.

◆ fault_status

health_client_evt_fault_status_t health_client_evt_t::fault_status

Fault status data for the Current Status and Fault Status messages.

Definition at line 106 of file health_client.h.

◆ period_status

health_client_evt_period_status_t health_client_evt_t::period_status

Period status data for the Period Status message.

Definition at line 107 of file health_client.h.

◆ attention_status

health_client_evt_attention_status_t health_client_evt_t::attention_status

Attention status data for the Attention Status message.

Definition at line 108 of file health_client.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated