|
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.
|
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_t * | state |
Generic Light Client Model send parameters.
| uint16_t meshx_gen_light_client_send_params::addr |
Destination address associated with the message.
| uint16_t meshx_gen_light_client_send_params::app_idx |
Application key index associated with the message.
| meshx_ptr_t meshx_gen_light_client_send_params::model |
Model context associated with the message.
| uint16_t meshx_gen_light_client_send_params::net_idx |
Network index associated with the message.
| uint16_t meshx_gen_light_client_send_params::opcode |
Opcode associated with the message.
| meshx_light_client_set_state_t* meshx_gen_light_client_send_params::state |
State parameters associated with the message.