mqtt5 sample
USE_PROPERTY_ARR_SIZE
is only used within mqtt5 sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mqtt5 sample
USE_PROPERTY_ARR_SIZE
USE_PROPERTY_ARR_SIZE macro
Syntax
Show:
Summary
Declaration
from
app_main.c:34
#define
USE_PROPERTY_ARR_SIZE
sizeof
(
user_property_arr
)
/
sizeof
(
esp_mqtt5_user_property_item_t
)
Examples
References
from
examples
Code
Location
#define
USE_PROPERTY_ARR_SIZE
sizeof
(
user_property_arr
)
/
sizeof
(
esp_mqtt5_user_property_item_t
)
app_main.c:34
esp_mqtt5_client_set_user_property
(
&
publish_property
.
user_property
,
user_property_arr
,
USE_PROPERTY_ARR_SIZE
)
;
app_main.c:112
esp_mqtt5_client_set_user_property
(
&
subscribe_property
.
user_property
,
user_property_arr
,
USE_PROPERTY_ARR_SIZE
)
;
app_main.c:119
esp_mqtt5_client_set_user_property
(
&
subscribe1_property
.
user_property
,
user_property_arr
,
USE_PROPERTY_ARR_SIZE
)
;
app_main.c:126
esp_mqtt5_client_set_user_property
(
&
unsubscribe_property
.
user_property
,
user_property_arr
,
USE_PROPERTY_ARR_SIZE
)
;
app_main.c:133
esp_mqtt5_client_set_user_property
(
&
disconnect_property
.
user_property
,
user_property_arr
,
USE_PROPERTY_ARR_SIZE
)
;
app_main.c:154
esp_mqtt5_client_set_user_property
(
&
connect_property
.
user_property
,
user_property_arr
,
USE_PROPERTY_ARR_SIZE
)
;
app_main.c:249
esp_mqtt5_client_set_user_property
(
&
connect_property
.
will_user_property
,
user_property_arr
,
USE_PROPERTY_ARR_SIZE
)
;
app_main.c:250
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