ESP-IDF + 0/1 examples
SourceVu will show references to esp_mqtt5_publish_property_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedExamplesReferencesInstances

Fields

Field
Declared as
Description
bool
This value is to indicator publish message payload format.
uint32_t
The time interval that message expiry.
uint16_t
An interger value to identify the topic instead of using topic name 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.
const char *
This value is to indicator publish message content type, use a MIME content type string.
The handle for user property, call function esp_mqtt5_client_set_user_property to set it.