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

Structure containing the model ID and parameter for generic client model message re-sending. More...

Collaboration diagram for meshx_gen_light_cli_resend_ctx:
Collaboration graph

Data Fields

uint16_t model_id
 
meshx_gen_light_cli_cb_param_t param
 

Detailed Description

Structure containing the model ID and parameter for generic client model message re-sending.

This structure is used to store the model ID and parameter associated with a generic client model message re-sending.

Definition at line 41 of file meshx_gen_light_cli.c.

Field Documentation

◆ model_id

uint16_t meshx_gen_light_cli_resend_ctx::model_id

Model ID associated with the re-sending.

Definition at line 43 of file meshx_gen_light_cli.c.

◆ param

meshx_gen_light_cli_cb_param_t meshx_gen_light_cli_resend_ctx::param

Parameter associated with the re-sending.

Definition at line 44 of file meshx_gen_light_cli.c.


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