MeshX 0.4
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_light_server_send_params Struct Reference

Light Server send parameters. Used by meshXBaseLightServerModel::plat_send_msg to forward state change events. More...

#include <meshx_ble_mesh_light_srv.h>

Data Fields

meshx_model_tp_model
meshx_ctx_tp_ctx
meshx_lighting_server_state_change_tstate_change

Detailed Description

Light Server send parameters. Used by meshXBaseLightServerModel::plat_send_msg to forward state change events.

Field Documentation

◆ p_ctx

meshx_ctx_t* meshx_light_server_send_params::p_ctx

Pointer to the context.

◆ p_model

meshx_model_t* meshx_light_server_send_params::p_model

Pointer to the server model.

◆ state_change

meshx_lighting_server_state_change_t* meshx_light_server_send_params::state_change

State change information.


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