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_sensor_element.hpp File Reference

Header file for the MeshX Sensor Server element. More...

#include <meshx_element_class.hpp>
#include <mutex>

Go to the source code of this file.

Data Structures

struct  meshx_sensor_srv_el_ctx_t
class  meshXSensorElement

Enumerations

enum class  meshXSensorElementComposition : uint8_t {
  MESHX_SENSOR_ELEMENT_COMP_SENSOR_SERVER = 0 ,
  MESHX_SENSOR_ELEMENT_COMP_MAX
}

Detailed Description

Header file for the MeshX Sensor Server element.

Enumeration Type Documentation

◆ meshXSensorElementComposition

enum class meshXSensorElementComposition : uint8_t
strong
Enumerator
MESHX_SENSOR_ELEMENT_COMP_SENSOR_SERVER 
MESHX_SENSOR_ELEMENT_COMP_MAX  
15{
18};
@ MESHX_SENSOR_ELEMENT_COMP_SENSOR_SERVER
Definition meshx_sensor_element.hpp:16
@ MESHX_SENSOR_ELEMENT_COMP_MAX
Definition meshx_sensor_element.hpp:17