ESP-IDF + 0/1 examples
SourceVu will show references to esp_mqtt5_subscribe_property_config_t from the following samples and libraries:
 
Symbols
loading (2/5)...
Files
loading (3/5)...
SummarySyntaxRelatedExamplesReferencesInstances

Fields

Field
Declared as
Description
uint16_t
A variable byte represents the identifier of the subscription.
bool
Subscription Option to allow that server publish message that client sent.
bool
Subscription Option to keep the retain flag as published option.
uint8_t
Subscription Option to handle retain option.
bool
Whether subscribe is a shared subscription.
const char *
The name of shared subscription which is a part of $share/{share_name}/{topic}.
The handle for user property, call function esp_mqtt5_client_set_user_property to set it.