Fault status event. More...
#include <health_client.h>
Data Fields | |
uint8_t | test_id |
Most recent test run by the peer device. More... | |
uint16_t | company_id |
Company ID. More... | |
uint8_t | fault_array_length |
Length of the fault array. More... | |
const uint8_t * | p_fault_array |
Fault array. More... | |
const access_message_rx_meta_t * | p_meta_data |
Meta data for the incoming Fault Status or Current Status message. More... | |
Fault status event.
Definition at line 75 of file health_client.h.
uint8_t health_client_evt_fault_status_t::test_id |
Most recent test run by the peer device.
Definition at line 77 of file health_client.h.
uint16_t health_client_evt_fault_status_t::company_id |
Company ID.
Definition at line 78 of file health_client.h.
uint8_t health_client_evt_fault_status_t::fault_array_length |
Length of the fault array.
Definition at line 79 of file health_client.h.
const uint8_t* health_client_evt_fault_status_t::p_fault_array |
const access_message_rx_meta_t* health_client_evt_fault_status_t::p_meta_data |
Meta data for the incoming Fault Status or Current Status message.
Definition at line 81 of file health_client.h.