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

Structure defining a self-test function. More...

#include <health_server.h>

Data Fields

uint8_t test_id
 Self-test ID. More...
 
health_server_selftest_cb_t selftest_function
 Pointer to the self-test function. More...
 

Detailed Description

Structure defining a self-test function.

An array of these structs should be passed to the health server on initialization if self-tests are supported by the device.

Definition at line 92 of file health_server.h.

Field Documentation

◆ test_id

uint8_t health_server_selftest_t::test_id

Self-test ID.

Definition at line 94 of file health_server.h.

◆ selftest_function

health_server_selftest_cb_t health_server_selftest_t::selftest_function

Pointer to the self-test function.

Definition at line 95 of file health_server.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated