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

#include <meshx_ble_mesh_light_srv.h>

Collaboration diagram for meshx_lighting_server_cb_param:
Collaboration graph

Data Fields

meshx_ctx_t ctx
 
meshx_model_t model
 
meshx_lighting_server_state_change_t state_change
 

Detailed Description

Lighting Server Model callback parameters

Definition at line 213 of file meshx_ble_mesh_light_srv.h.

Field Documentation

◆ ctx

meshx_ctx_t meshx_lighting_server_cb_param::ctx

Context of the received messages

Definition at line 215 of file meshx_ble_mesh_light_srv.h.

◆ model

meshx_model_t meshx_lighting_server_cb_param::model

Pointer to Lighting Server Models

Definition at line 216 of file meshx_ble_mesh_light_srv.h.

◆ state_change

meshx_lighting_server_state_change_t meshx_lighting_server_cb_param::state_change

Value of the received Lighting Messages

Definition at line 217 of file meshx_ble_mesh_light_srv.h.


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