ESP-IDF
mqtt_connect_info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mqtt_connect_info
mqtt_connect_info struct
Syntax
Show:
Summary
Declaration
from
mqtt_msg.h:71
typedef
struct
mqtt_connect_info
{
char
*
client_id
;
char
*
username
;
char
*
password
;
char
*
will_topic
;
char
*
will_message
;
int64_t
keepalive
;
int
will_length
;
int
will_qos
;
int
will_retain
;
int
clean_session
;
esp_mqtt_protocol_ver_t
protocol_ver
;
}
mqtt_connect_info_t
;
Fields
Field
Declared as
Description
mqtt_connect_info::will_length
int
mqtt_connect_info::will_qos
int
mqtt_connect_info::will_retain
int
mqtt_connect_info::clean_session
int
mqtt_connect_info::protocol_ver
esp_mqtt_protocol_ver_t
mqtt_connect_info::client_id
char
*
mqtt_connect_info::username
char
*
mqtt_connect_info::password
char
*
mqtt_connect_info::will_topic
char
*
mqtt_connect_info::will_message
char
*
mqtt_connect_info::keepalive
int64_t
keepalive=0 -> keepalive is disabled.
Related Functions
Found 3 other functions taking a
mqtt_connect_info
argument:
Function
mqtt_msg_connect()
mqtt5_msg_connect()
mqtt5_msg_parse_connack_property()
Examples
References
from
examples
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