ESP-IDF
esp_ble_mesh_df_server_cb_value_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_mesh_df_server_cb_value_t
esp_ble_mesh_df_server_cb_value_t union
Directed Forwarding Configuration Server model callback value union
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_df_model_api.h:659
typedef
union
{
esp_ble_mesh_df_server_state_change_t
state_change
;
esp_ble_mesh_df_server_table_change_t
table_change
;
}
esp_ble_mesh_df_server_cb_value_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_df_server_cb_value_t::state_change
esp_ble_mesh_df_server_state_change_t
For ESP_BLE_MESH_DF_SERVER_STATE_CHANGE_EVT.
esp_ble_mesh_df_server_cb_value_t::table_change
esp_ble_mesh_df_server_table_change_t
For ESP_BLE_MESH_DF_SERVER_TABLE_CHANGE_EVT.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
esp_ble_mesh_df_model_api.h:659
}
esp_ble_mesh_df_server_cb_value_t
;
esp_ble_mesh_df_model_api.h:662
esp_ble_mesh_df_server_cb_value_t
esp_ble_mesh_df_server_cb_value_t
value
;
/*!< Value of the received configuration messages */
esp_ble_mesh_df_model_api.h:668
esp_ble_mesh_df_server_cb_param_t
esp_ble_mesh_df_server_cb_param_t::value
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
esp_ble_mesh_df_server_cb_param_t::value
esp_ble_mesh_df_server_cb_param_t
esp_ble_mesh_df_model_api.h:668
Lifecycle
from
examples
All items filtered out
All items filtered out