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

Structure to hold the Location Server to parent element message. The structure is used by the on_model_cb function to send the Location state change notification to the parent element. More...

#include <meshx_model_location.hpp>

Data Fields

meshx_srv_model_send_param_header_t header
meshx_gen_location_model_state_t state

Detailed Description

Structure to hold the Location Server to parent element message. The structure is used by the on_model_cb function to send the Location state change notification to the parent element.

Field Documentation

◆ header

meshx_srv_model_send_param_header_t meshx_location_srv_el_msg::header

Server model send param header

◆ state

meshx_gen_location_model_state_t meshx_location_srv_el_msg::state

The state of the message.


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