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

Generic Light Client Model send parameters. More...

#include <meshx_ble_mesh_light_cli.h>

Data Fields

meshx_ptr_t model
uint16_t opcode
uint16_t addr
uint16_t net_idx
uint16_t app_idx
meshx_light_client_set_state_tstate

Detailed Description

Generic Light Client Model send parameters.

Field Documentation

◆ addr

uint16_t meshx_gen_light_client_send_params::addr

Destination address associated with the message.

◆ app_idx

uint16_t meshx_gen_light_client_send_params::app_idx

Application key index associated with the message.

◆ model

meshx_ptr_t meshx_gen_light_client_send_params::model

Model context associated with the message.

◆ net_idx

uint16_t meshx_gen_light_client_send_params::net_idx

Network index associated with the message.

◆ opcode

uint16_t meshx_gen_light_client_send_params::opcode

Opcode associated with the message.

◆ state

meshx_light_client_set_state_t* meshx_gen_light_client_send_params::state

State parameters associated with the message.


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