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

Sensor Server Model callback parameters. More...

#include <meshx_ble_mesh_sensor_srv.h>

Data Fields

meshx_model_t model
meshx_ctx_t ctx
union { 
   meshx_sensor_server_state_change_t   state 
   meshx_sensor_srv_status_t   sensor_status 
}; 

Detailed Description

Sensor Server Model callback parameters.

Field Documentation

◆ [union]

◆ ctx

meshx_ctx_t meshx_sensor_server_cb_param_t::ctx

◆ model

meshx_model_t meshx_sensor_server_cb_param_t::model

◆ sensor_status

meshx_sensor_srv_status_t meshx_sensor_server_cb_param_t::sensor_status

◆ state

meshx_sensor_server_state_change_t meshx_sensor_server_cb_param_t::state

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