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

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_tp_meta_data
 Meta data for the incoming Fault Status or Current Status message. More...
 

Detailed Description

Fault status event.

Definition at line 75 of file health_client.h.

Field Documentation

◆ test_id

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.

◆ company_id

uint16_t health_client_evt_fault_status_t::company_id

Company ID.

Definition at line 78 of file health_client.h.

◆ fault_array_length

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.

◆ p_fault_array

const uint8_t* health_client_evt_fault_status_t::p_fault_array

Fault array.

Provides an array of fault codes.

Definition at line 80 of file health_client.h.

◆ p_meta_data

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.


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

Documentation feedback | Developer Zone | Subscribe | Updated