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

Fields

Field
Declared as
Description
uint32_t
The interval time of session expiry.
uint32_t
The maximum packet size that we can receive.
uint16_t
The maximum pakcket count that we process concurrently.
uint16_t
The maximum topic alias that we support.
bool
This value to request Server to return Response information.
bool
This value to indicate whether the reason string or user properties are sent in case of failures.
The handle for user property, call function esp_mqtt5_client_set_user_property to set it.
uint32_t
The time interval that server delays publishing will message.
uint32_t
The time interval that message expiry.
bool
This value is to indicator will message payload format.
const char *
This value is to indicator will message content type, use a MIME content type string.
const char *
Topic name for a response message.
const char *
Binary data for receiver to match the response message.
uint16_t
The length of correlation data.
The handle for will message user property, call function esp_mqtt5_client_set_user_property to set it.