esp_mqtt5_connection_property_config_t struct
MQTT5 protocol connect properties and will properties configuration, more details refer to MQTT5 protocol document section 3.1.2.11 and 3.3.2.3
Fields
The interval time of session expiry.
The maximum packet size that we can receive.
The maximum pakcket count that we process concurrently.
The maximum topic alias that we support.
This value to request Server to return Response information.
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.
The time interval that server delays publishing will message.
The time interval that message expiry.
This value is to indicator will message payload format.
This value is to indicator will message content type, use a MIME content type string.
Topic name for a response message.
Binary data for receiver to match the response message.
The length of correlation data.
The handle for will message user property, call function esp_mqtt5_client_set_user_property to set it.
![]()
typedef struct {