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.
|
Structure containing a node in the linked list of registered callbacks. More...
Data Fields | |
meshx_gen_cli_cb_reg_t | reg |
struct meshx_gen_cli_cb_reg_node * | next |
Structure containing a node in the linked list of registered callbacks.
This structure is used to store a node in the linked list of registered callbacks, including a pointer to the next node and the registration information.
Definition at line 66 of file meshx_gen_client.c.
struct meshx_gen_cli_cb_reg_node* meshx_gen_cli_cb_reg_node::next |
Pointer to the next node in the linked list.
Definition at line 69 of file meshx_gen_client.c.
meshx_gen_cli_cb_reg_t meshx_gen_cli_cb_reg_node::reg |
Registration information associated with the node.
Definition at line 68 of file meshx_gen_client.c.