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

Structure containing the message context for generic client model messages. More...

Collaboration diagram for meshx_gen_client_msg_ctx:
Collaboration graph

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
 

Detailed Description

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.

Field Documentation

◆ addr

uint16_t meshx_gen_client_msg_ctx::addr

Destination address associated with the message.

Definition at line 54 of file meshx_gen_client.c.

◆ app_idx

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.

◆ model

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.

◆ net_idx

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.

◆ opcode

uint16_t meshx_gen_client_msg_ctx::opcode

Opcode associated with the message.

Definition at line 53 of file meshx_gen_client.c.

◆ state

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.


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