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

Structure to hold the parameters for sending a Light CTL message. More...

#include <meshx_model_ctl.hpp>

Data Fields

meshx_model_tmodel
meshx_ctx_tctx
uint8_t tid
meshx_light_ctl_model_state_t state

Detailed Description

Structure to hold the parameters for sending a Light CTL message.

Field Documentation

◆ ctx

meshx_ctx_t* meshx_light_ctl_send_params::ctx

The context of the message.

◆ model

meshx_model_t* meshx_light_ctl_send_params::model

Pointer to the Light CTL client model.

◆ state

meshx_light_ctl_model_state_t meshx_light_ctl_send_params::state

The state of the message.

◆ tid

uint8_t meshx_light_ctl_send_params::tid

Transaction ID of the message. Only used by Client


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