MeshX 0.3
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>

Collaboration diagram for meshx_gen_cli_set_t:
Collaboration graph

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.

Definition at line 116 of file meshx_ble_mesh_gen_cli.h.

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

Definition at line 121 of file meshx_ble_mesh_gen_cli.h.

◆ 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

Definition at line 119 of file meshx_ble_mesh_gen_cli.h.

◆ 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

Definition at line 118 of file meshx_ble_mesh_gen_cli.h.

◆ 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

Definition at line 126 of file meshx_ble_mesh_gen_cli.h.

◆ 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

Definition at line 127 of file meshx_ble_mesh_gen_cli.h.

◆ 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

Definition at line 120 of file meshx_ble_mesh_gen_cli.h.

◆ 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

Definition at line 117 of file meshx_ble_mesh_gen_cli.h.

◆ 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

Definition at line 124 of file meshx_ble_mesh_gen_cli.h.

◆ 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

Definition at line 123 of file meshx_ble_mesh_gen_cli.h.

◆ 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

Definition at line 125 of file meshx_ble_mesh_gen_cli.h.

◆ 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

Definition at line 122 of file meshx_ble_mesh_gen_cli.h.


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