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

Generic Client Model set message union. More...

#include <meshx_ble_mesh_gen_cli.h>

Data Fields

meshx_gen_onoff_set_t onoff_set
meshx_gen_level_set_t level_set
meshx_gen_delta_set_t delta_set
meshx_gen_move_set_t move_set
meshx_gen_def_trans_time_set_t def_trans_time_set
meshx_gen_onpowerup_set_t power_set
meshx_gen_power_level_set_t power_level_set
meshx_gen_power_default_set_t power_default_set
meshx_gen_power_range_set_t power_range_set
meshx_gen_loc_global_set_t loc_global_set
meshx_gen_loc_local_set_t loc_local_set

Detailed Description

Generic Client Model set message union.

Field Documentation

◆ def_trans_time_set

meshx_gen_def_trans_time_set_t meshx_gen_cli_set_t::def_trans_time_set

For MESHX_MODEL_OP_GEN_DEF_TRANS_TIME_SET & MESHX_MODEL_OP_GEN_DEF_TRANS_TIME_SET_UNACK

◆ delta_set

meshx_gen_delta_set_t meshx_gen_cli_set_t::delta_set

For MESHX_MODEL_OP_GEN_DELTA_SET & MESHX_MODEL_OP_GEN_DELTA_SET_UNACK

◆ level_set

meshx_gen_level_set_t meshx_gen_cli_set_t::level_set

For MESHX_MODEL_OP_GEN_LEVEL_SET & MESHX_MODEL_OP_GEN_LEVEL_SET_UNACK

◆ loc_global_set

meshx_gen_loc_global_set_t meshx_gen_cli_set_t::loc_global_set

For MESHX_MODEL_OP_GEN_LOC_GLOBAL_SET & MESHX_MODEL_OP_GEN_LOC_GLOBAL_SET_UNACK

◆ loc_local_set

meshx_gen_loc_local_set_t meshx_gen_cli_set_t::loc_local_set

For MESHX_MODEL_OP_GEN_LOC_LOCAL_SET & MESHX_MODEL_OP_GEN_LOC_LOCAL_SET_UNACK

◆ move_set

meshx_gen_move_set_t meshx_gen_cli_set_t::move_set

For MESHX_MODEL_OP_GEN_MOVE_SET & MESHX_MODEL_OP_GEN_MOVE_SET_UNACK

◆ onoff_set

meshx_gen_onoff_set_t meshx_gen_cli_set_t::onoff_set

For MESHX_MODEL_OP_GEN_ONOFF_SET & MESHX_MODEL_OP_GEN_ONOFF_SET_UNACK

◆ power_default_set

meshx_gen_power_default_set_t meshx_gen_cli_set_t::power_default_set

For MESHX_MODEL_OP_GEN_POWER_DEFAULT_SET & MESHX_MODEL_OP_GEN_POWER_DEFAULT_SET_UNACK

◆ power_level_set

meshx_gen_power_level_set_t meshx_gen_cli_set_t::power_level_set

For MESHX_MODEL_OP_GEN_POWER_LEVEL_SET & MESHX_MODEL_OP_GEN_POWER_LEVEL_SET_UNACK

◆ power_range_set

meshx_gen_power_range_set_t meshx_gen_cli_set_t::power_range_set

For MESHX_MODEL_OP_GEN_POWER_RANGE_SET & MESHX_MODEL_OP_GEN_POWER_RANGE_SET_UNACK

◆ power_set

meshx_gen_onpowerup_set_t meshx_gen_cli_set_t::power_set

For MESHX_MODEL_OP_GEN_ONPOWERUP_SET & MESHX_MODEL_OP_GEN_ONPOWERUP_SET_UNACK


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