ESP-IDF
esp_ble_mesh_scene_setup_srv_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_scene_setup_srv_t
esp_ble_mesh_scene_setup_srv_t struct
User data of Scene Setup Server Model
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_time_scene_model_api.h:609
typedef
struct
{
esp_ble_mesh_model_t
*
model
;
esp_ble_mesh_server_rsp_ctrl_t
rsp_ctrl
;
esp_ble_mesh_scenes_state_t
*
state
;
}
esp_ble_mesh_scene_setup_srv_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_scene_setup_srv_t::model
esp_ble_mesh_model_t
*
Pointer to the Scene Setup Server Model. Initialized internally.
esp_ble_mesh_scene_setup_srv_t::rsp_ctrl
esp_ble_mesh_server_rsp_ctrl_t
Response control of the server model received messages.
esp_ble_mesh_scene_setup_srv_t::state
esp_ble_mesh_scenes_state_t
*
Parameters of the Scenes state.
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out