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

Structure containing the model ID and callback function for generic client model registrations. More...

Collaboration diagram for meshx_gen_light_cli_cb_reg:
Collaboration graph

Data Fields

uint16_t model_id
 
meshx_gen_light_client_cb_t cb
 

Detailed Description

Structure containing the model ID and callback function for generic client model registrations.

This structure is used to store the model ID and callback function associated with a generic client model registration.

Definition at line 29 of file meshx_gen_light_cli.c.

Field Documentation

◆ cb

meshx_gen_light_client_cb_t meshx_gen_light_cli_cb_reg::cb

Callback function associated with the registration.

Definition at line 32 of file meshx_gen_light_cli.c.

◆ model_id

uint16_t meshx_gen_light_cli_cb_reg::model_id

Model ID associated with the registration.

Definition at line 31 of file meshx_gen_light_cli.c.


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