health_msg_fault_status_t

nRF5 SDK for Mesh v5.0.0

Health Fault Status message format. More...

#include <health_messages.h>

Data Fields

uint8_t test_id
 Test ID for the most recently run test.
 
uint16_t company_id
 Company identifier for the health model. More...
 
uint8_t fault_array []
 Fault array. More...
 

Detailed Description

Health Fault Status message format.

Definition at line 53 of file health_messages.h.

Field Documentation

◆ company_id

uint16_t health_msg_fault_status_t::company_id

Company identifier for the health model.

Definition at line 56 of file health_messages.h.

◆ fault_array

uint8_t health_msg_fault_status_t::fault_array[]

Fault array.

Definition at line 57 of file health_messages.h.