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.
|
Structure containing the message context for generic client model messages. More...
Data Fields | |
meshx_ptr_t | model |
uint16_t | opcode |
uint16_t | addr |
uint16_t | net_idx |
uint16_t | app_idx |
meshx_gen_cli_set_t | state |
Structure containing the message context for generic client model messages.
This structure is used to store the message context for generic client model messages, including the model context, state parameters, opcode, destination address, network index, and application key index.
Definition at line 50 of file meshx_gen_client.c.
uint16_t meshx_gen_client_msg_ctx::addr |
Destination address associated with the message.
Definition at line 54 of file meshx_gen_client.c.
uint16_t meshx_gen_client_msg_ctx::app_idx |
Application key index associated with the message.
Definition at line 56 of file meshx_gen_client.c.
meshx_ptr_t meshx_gen_client_msg_ctx::model |
Model context associated with the message.
Definition at line 52 of file meshx_gen_client.c.
uint16_t meshx_gen_client_msg_ctx::net_idx |
Network index associated with the message.
Definition at line 55 of file meshx_gen_client.c.
uint16_t meshx_gen_client_msg_ctx::opcode |
Opcode associated with the message.
Definition at line 53 of file meshx_gen_client.c.
meshx_gen_cli_set_t meshx_gen_client_msg_ctx::state |
State parameters associated with the message.
Definition at line 57 of file meshx_gen_client.c.