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_gen_client_status_cb_t Union Reference

Generic Client Model received message union. More...

#include <meshx_ble_mesh_gen_cli.h>

Data Fields

meshx_gen_onoff_status_cb_t onoff_status
meshx_gen_level_status_cb_t level_status
meshx_gen_def_trans_time_status_cb_t def_trans_time_status
meshx_gen_onpowerup_status_cb_t onpowerup_status
meshx_gen_power_level_status_cb_t power_level_status
meshx_gen_power_last_status_cb_t power_last_status
meshx_gen_power_default_status_cb_t power_default_status
meshx_gen_power_range_status_cb_t power_range_status
meshx_gen_battery_status_cb_t battery_status
meshx_gen_loc_global_status_cb_t location_global_status
meshx_gen_loc_local_status_cb_t location_local_status
meshx_gen_user_properties_status_cb_t user_properties_status
meshx_gen_user_property_status_cb_t user_property_status
meshx_gen_admin_properties_status_cb_t admin_properties_status
meshx_gen_admin_property_status_cb_t admin_property_status
meshx_gen_manufacturer_properties_status_cb_t manufacturer_properties_status
meshx_gen_manufacturer_property_status_cb_t manufacturer_property_status
meshx_gen_client_properties_status_cb_t client_properties_status

Detailed Description

Generic Client Model received message union.

Field Documentation

◆ admin_properties_status

meshx_gen_admin_properties_status_cb_t meshx_gen_client_status_cb_t::admin_properties_status

MESHX_MODEL_OP_GEN_ADMIN_PROPERTIES_STATUS

◆ admin_property_status

meshx_gen_admin_property_status_cb_t meshx_gen_client_status_cb_t::admin_property_status

MESHX_MODEL_OP_GEN_ADMIN_PROPERTY_STATUS

◆ battery_status

meshx_gen_battery_status_cb_t meshx_gen_client_status_cb_t::battery_status

For MESHX_MODEL_OP_GEN_BATTERY_STATUS

◆ client_properties_status

meshx_gen_client_properties_status_cb_t meshx_gen_client_status_cb_t::client_properties_status

MESHX_MODEL_OP_GEN_CLIENT_PROPERTIES_STATUS

◆ def_trans_time_status

meshx_gen_def_trans_time_status_cb_t meshx_gen_client_status_cb_t::def_trans_time_status

For MESHX_MODEL_OP_GEN_DEF_TRANS_TIME_STATUS

◆ level_status

meshx_gen_level_status_cb_t meshx_gen_client_status_cb_t::level_status

For MESHX_MODEL_OP_GEN_LEVEL_STATUS

◆ location_global_status

meshx_gen_loc_global_status_cb_t meshx_gen_client_status_cb_t::location_global_status

For MESHX_MODEL_OP_GEN_LOC_GLOBAL_STATUS

◆ location_local_status

meshx_gen_loc_local_status_cb_t meshx_gen_client_status_cb_t::location_local_status

MESHX_MODEL_OP_GEN_LOC_LOCAL_STATUS

◆ manufacturer_properties_status

meshx_gen_manufacturer_properties_status_cb_t meshx_gen_client_status_cb_t::manufacturer_properties_status

MESHX_MODEL_OP_GEN_MANUFACTURER_PROPERTIES_STATUS

◆ manufacturer_property_status

meshx_gen_manufacturer_property_status_cb_t meshx_gen_client_status_cb_t::manufacturer_property_status

MESHX_MODEL_OP_GEN_MANUFACTURER_PROPERTY_STATUS

◆ onoff_status

meshx_gen_onoff_status_cb_t meshx_gen_client_status_cb_t::onoff_status

For MESHX_MODEL_OP_GEN_ONOFF_STATUS

◆ onpowerup_status

meshx_gen_onpowerup_status_cb_t meshx_gen_client_status_cb_t::onpowerup_status

For MESHX_MODEL_OP_GEN_ONPOWERUP_STATUS

◆ power_default_status

meshx_gen_power_default_status_cb_t meshx_gen_client_status_cb_t::power_default_status

For MESHX_MODEL_OP_GEN_POWER_DEFAULT_STATUS

◆ power_last_status

meshx_gen_power_last_status_cb_t meshx_gen_client_status_cb_t::power_last_status

For MESHX_MODEL_OP_GEN_POWER_LAST_STATUS

◆ power_level_status

meshx_gen_power_level_status_cb_t meshx_gen_client_status_cb_t::power_level_status

For MESHX_MODEL_OP_GEN_POWER_LEVEL_STATUS

◆ power_range_status

meshx_gen_power_range_status_cb_t meshx_gen_client_status_cb_t::power_range_status

For MESHX_MODEL_OP_GEN_POWER_RANGE_STATUS

◆ user_properties_status

meshx_gen_user_properties_status_cb_t meshx_gen_client_status_cb_t::user_properties_status

MESHX_MODEL_OP_GEN_USER_PROPERTIES_STATUS

◆ user_property_status

meshx_gen_user_property_status_cb_t meshx_gen_client_status_cb_t::user_property_status

MESHX_MODEL_OP_GEN_USER_PROPERTY_STATUS


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