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_t * | p_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 |
Attention status event.
Definition at line 101 of file health_client.h.
health_client_evt_type_t health_client_evt_t::type |
Type of the event.
Definition at line 103 of file health_client.h.
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.
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.
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.
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.