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_gen_cli_cb_reg_node Struct Reference

Structure containing a node in the linked list of registered callbacks. More...

Collaboration diagram for meshx_gen_cli_cb_reg_node:
Collaboration graph

Data Fields

meshx_gen_cli_cb_reg_t reg
 
struct meshx_gen_cli_cb_reg_nodenext
 

Detailed Description

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.

Field Documentation

◆ next

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.

◆ reg

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.


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