nRF5 SDK for Mesh v1.0.1
Data Structures | Typedefs

Node configuration type defintions. More...

Data Structures

struct  nrf_mesh_node_config_params_t
 Node configuration parameters. More...
 

Typedefs

typedef void(* nrf_mesh_node_config_complete_cb_t) (void *p_data)
 Configuration complete callback. More...
 
typedef void(* nrf_mesh_node_config_setup_cb_t) (void *p_data)
 Setup callback. More...
 

Detailed Description

Node configuration type defintions.

Typedef Documentation

◆ nrf_mesh_node_config_complete_cb_t

typedef void(* nrf_mesh_node_config_complete_cb_t) (void *p_data)

Configuration complete callback.

This function is called to indicate that the configuration module has successfully configured the node.

Parameters
[in]p_dataContextual data pointer.

Definition at line 87 of file nrf_mesh_node_config.h.

◆ nrf_mesh_node_config_setup_cb_t

typedef void(* nrf_mesh_node_config_setup_cb_t) (void *p_data)

Setup callback.

This function is called to allow an application to initialize any models it needs before configuration starts.

Parameters
[in]p_dataContextual data pointer.

Definition at line 97 of file nrf_mesh_node_config.h.


Documentation feedback | Developer Zone | Subscribe | Updated