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

Structure for Tx Control module requests. More...

#include <meshx_txcm.h>

Data Fields

uint16_t dest_addr
uint16_t msg_param_len
meshx_ptr_t msg_param
meshx_txcm_sig_t request_type
meshx_txcm_fn_model_send_t send_fn

Detailed Description

Structure for Tx Control module requests.

This structure holds the details of a transmission request, including the type of signal, the send function callback, and parameters for the message to be transmitted.

Field Documentation

◆ dest_addr

uint16_t meshx_txcm_request::dest_addr

Destination address of the message

◆ msg_param

meshx_ptr_t meshx_txcm_request::msg_param

Pointer to model specific parameter structure

◆ msg_param_len

uint16_t meshx_txcm_request::msg_param_len

Length of the msg_param

◆ request_type

meshx_txcm_sig_t meshx_txcm_request::request_type

Type of transmission command request

◆ send_fn

meshx_txcm_fn_model_send_t meshx_txcm_request::send_fn

Function pointer to the model-specific send function


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