MeshX 0.3
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
Loading...
Searching...
No Matches
meshx_cfg_srv_state_change_t Union Reference

Configuration Server model state change value union. More...

#include <meshx_ble_mesh_config_srv.h>

Collaboration diagram for meshx_cfg_srv_state_change_t:
Collaboration graph

Data Fields

meshx_state_change_cfg_mod_pub_set_t mod_pub_set
 
meshx_state_change_cfg_mod_pub_va_set_t mod_pub_va_set
 
meshx_state_change_cfg_model_sub_add_t mod_sub_add
 
meshx_state_change_cfg_model_sub_delete_t mod_sub_delete
 
meshx_state_change_cfg_netkey_add_t netkey_add
 
meshx_state_change_cfg_netkey_update_t netkey_update
 
meshx_state_change_cfg_netkey_delete_t netkey_delete
 
meshx_state_change_cfg_appkey_add_t appkey_add
 
meshx_state_change_cfg_appkey_update_t appkey_update
 
meshx_state_change_cfg_appkey_delete_t appkey_delete
 
meshx_state_change_cfg_model_app_bind_t mod_app_bind
 
meshx_state_change_cfg_model_app_unbind_t mod_app_unbind
 
meshx_state_change_cfg_kr_phase_set_t kr_phase_set
 

Detailed Description

Configuration Server model state change value union.

Definition at line 131 of file meshx_ble_mesh_config_srv.h.

Field Documentation

◆ appkey_add

meshx_state_change_cfg_appkey_add_t meshx_cfg_srv_state_change_t::appkey_add

Config AppKey Add

Definition at line 142 of file meshx_ble_mesh_config_srv.h.

◆ appkey_delete

meshx_state_change_cfg_appkey_delete_t meshx_cfg_srv_state_change_t::appkey_delete

Config AppKey Delete

Definition at line 144 of file meshx_ble_mesh_config_srv.h.

◆ appkey_update

meshx_state_change_cfg_appkey_update_t meshx_cfg_srv_state_change_t::appkey_update

Config AppKey Update

Definition at line 143 of file meshx_ble_mesh_config_srv.h.

◆ kr_phase_set

meshx_state_change_cfg_kr_phase_set_t meshx_cfg_srv_state_change_t::kr_phase_set

Config Key Refresh Phase Set

Definition at line 147 of file meshx_ble_mesh_config_srv.h.

◆ mod_app_bind

meshx_state_change_cfg_model_app_bind_t meshx_cfg_srv_state_change_t::mod_app_bind

Config Model App Bind

Definition at line 145 of file meshx_ble_mesh_config_srv.h.

◆ mod_app_unbind

meshx_state_change_cfg_model_app_unbind_t meshx_cfg_srv_state_change_t::mod_app_unbind

Config Model App Unbind

Definition at line 146 of file meshx_ble_mesh_config_srv.h.

◆ mod_pub_set

meshx_state_change_cfg_mod_pub_set_t meshx_cfg_srv_state_change_t::mod_pub_set

The recv_op in ctx can be used to decide which state is changed. Config Model Publication Set

Definition at line 135 of file meshx_ble_mesh_config_srv.h.

◆ mod_pub_va_set

meshx_state_change_cfg_mod_pub_va_set_t meshx_cfg_srv_state_change_t::mod_pub_va_set

Config Model Publication Virtual Address Set

Definition at line 136 of file meshx_ble_mesh_config_srv.h.

◆ mod_sub_add

meshx_state_change_cfg_model_sub_add_t meshx_cfg_srv_state_change_t::mod_sub_add

Config Model Subscription Add

Definition at line 137 of file meshx_ble_mesh_config_srv.h.

◆ mod_sub_delete

meshx_state_change_cfg_model_sub_delete_t meshx_cfg_srv_state_change_t::mod_sub_delete

Config Model Subscription Delete

Definition at line 138 of file meshx_ble_mesh_config_srv.h.

◆ netkey_add

meshx_state_change_cfg_netkey_add_t meshx_cfg_srv_state_change_t::netkey_add

Config NetKey Add

Definition at line 139 of file meshx_ble_mesh_config_srv.h.

◆ netkey_delete

meshx_state_change_cfg_netkey_delete_t meshx_cfg_srv_state_change_t::netkey_delete

Config NetKey Delete

Definition at line 141 of file meshx_ble_mesh_config_srv.h.

◆ netkey_update

meshx_state_change_cfg_netkey_update_t meshx_cfg_srv_state_change_t::netkey_update

Config NetKey Update

Definition at line 140 of file meshx_ble_mesh_config_srv.h.


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