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

Structure representing the MeshX Light CTL Setup Server. More...

Collaboration diagram for meshx_light_ctl_setup_server:
Collaboration graph

Data Fields

uint16_t ctl_setup_server_init
 
MESHX_MODEL ctl_setup_srv_model
 
meshx_ctl_setup_server_model_tmeshx_srv_model
 

Detailed Description

Structure representing the MeshX Light CTL Setup Server.

This structure holds the initialization state, model information, and a pointer to the server model for the Light CTL (Color Temperature Lightness) Setup Server.

Definition at line 26 of file meshx_light_ctl_srv.c.

Field Documentation

◆ ctl_setup_server_init

uint16_t meshx_light_ctl_setup_server::ctl_setup_server_init

Definition at line 28 of file meshx_light_ctl_srv.c.

◆ ctl_setup_srv_model

MESHX_MODEL meshx_light_ctl_setup_server::ctl_setup_srv_model

Definition at line 29 of file meshx_light_ctl_srv.c.

◆ meshx_srv_model

meshx_ctl_setup_server_model_t* meshx_light_ctl_setup_server::meshx_srv_model

Definition at line 30 of file meshx_light_ctl_srv.c.


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