ESP-IDF
+
0
/5 examples
SourceVu will show references to
ESP_BLE_MESH_MODEL_GEN_ONOFF_CLI
from the following samples and libraries:
provisioner sample
df_client sample
fast_prov_client sample
onoff_client sample
rpr_client sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_BLE_MESH_MODEL_GEN_ONOFF_CLI
ESP_BLE_MESH_MODEL_GEN_ONOFF_CLI macro
@def ESP_BLE_MESH_MODEL_GEN_ONOFF_CLI Define a new Generic OnOff Client Model.
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_generic_model_api.h:32
#define
ESP_BLE_MESH_MODEL_GEN_ONOFF_CLI
(
cli_pub
,
cli_data
)
\
ESP_BLE_MESH_SIG_MODEL
(
ESP_BLE_MESH_MODEL_ID_GEN_ONOFF_CLI
,
\
NULL
,
cli_pub
,
cli_data
)
Arguments
Argument
Description
cli_pub
Pointer to the unique struct esp_ble_mesh_model_pub_t.
cli_data
Pointer to the unique struct esp_ble_mesh_client_t.
Return value
New Generic OnOff Client Model instance.
Notes
This API needs to be called for each element on which the application needs to have a Generic OnOff Client Model.
Examples
ESP_BLE_MESH_MODEL_GEN_ONOFF_CLI
is referenced by 5 libraries and example projects:
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