ESP-IDF
esp_ble_mesh_sensor_series_column_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_sensor_series_column_t
esp_ble_mesh_sensor_series_column_t struct
Parameters of Sensor Series Column state
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_sensor_model_api.h:490
typedef
struct
{
struct
net_buf_simple
*
raw_value_x
;
struct
net_buf_simple
*
column_width
;
struct
net_buf_simple
*
raw_value_y
;
}
esp_ble_mesh_sensor_series_column_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_sensor_series_column_t::raw_value_x
struct
net_buf_simple
*
The value of Sensor Raw Value X field.
esp_ble_mesh_sensor_series_column_t::column_width
struct
net_buf_simple
*
The value of Sensor Column Width field.
esp_ble_mesh_sensor_series_column_t::raw_value_y
struct
net_buf_simple
*
The value of Sensor Raw Value Y field.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_ble_mesh_sensor_model_api.h:490
}
esp_ble_mesh_sensor_series_column_t
;
esp_ble_mesh_sensor_model_api.h:494
esp_ble_mesh_sensor_series_column_t
esp_ble_mesh_sensor_series_column_t
series_column
;
/*!< Parameters of the Sensor Series Column state */
esp_ble_mesh_sensor_model_api.h:520
esp_ble_mesh_sensor_state_t
esp_ble_mesh_sensor_state_t::series_column
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_sensor_state_t::series_column
esp_ble_mesh_sensor_state_t
esp_ble_mesh_sensor_model_api.h:520
Lifecycle
from
examples
All items filtered out
All items filtered out