ESP-IDF
mqtt_connect_info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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
Code
Location
Scope
Referrer
typedef
struct
mqtt_connect_info
{
mqtt_msg.h:71
}
mqtt_connect_info_t
;
mqtt_msg.h:83
mqtt_message_t
*
mqtt5_msg_connect
(
mqtt_connection_t
*
connection
,
mqtt_connect_info_t
*
info
,
esp_mqtt5_connection_property_storage_t
*
property
,
esp_mqtt5_connection_will_property_storage_t
*
will_property
)
mqtt5_msg.c:465
mqtt5_msg_connect()
mqtt5_msg_connect()::info
esp_err_t
mqtt5_msg_parse_connack_property
(
uint8_t
*
buffer
,
size_t
buffer_len
,
mqtt_connect_info_t
*
connection_info
,
esp_mqtt5_connection_property_storage_t
*
connection_property
,
esp_mqtt5_connection_server_resp_property_t
*
resp_property
,
int
*
reason_code
,
uint8_t
*
ack_flag
,
mqtt5_user_property_handle_t
*
user_property
)
mqtt5_msg.c:580
mqtt5_msg_parse_connack_property()
mqtt5_msg_parse_connack_property()::connection_info
mqtt_message_t
*
mqtt5_msg_connect
(
mqtt_connection_t
*
connection
,
mqtt_connect_info_t
*
info
,
esp_mqtt5_connection_property_storage_t
*
property
,
esp_mqtt5_connection_will_property_storage_t
*
will_property
)
;
mqtt5_msg.h:125
mqtt5_msg_connect()
mqtt5_msg_connect()::info
esp_err_t
mqtt5_msg_parse_connack_property
(
uint8_t
*
buffer
,
size_t
buffer_len
,
mqtt_connect_info_t
*
connection_info
,
esp_mqtt5_connection_property_storage_t
*
connection_property
,
esp_mqtt5_connection_server_resp_property_t
*
resp_property
,
int
*
reason_code
,
uint8_t
*
ack_flag
,
mqtt5_user_property_handle_t
*
user_property
)
;
mqtt5_msg.h:127
mqtt5_msg_parse_connack_property()
mqtt5_msg_parse_connack_property()::connection_info
memset
(
&
client
->
mqtt_state
.
connection
.
information
,
0
,
sizeof
(
mqtt_connect_info_t
)
)
;
mqtt_client.c:654
esp_mqtt_destroy_config()
mqtt_message_t
*
mqtt_msg_connect
(
mqtt_connection_t
*
connection
,
mqtt_connect_info_t
*
info
)
mqtt_msg.c:340
mqtt_msg_connect()
mqtt_msg_connect()::info
}
mqtt_connect_info_t
;
mqtt_msg.h:83
mqtt_connect_info_t
mqtt_connect_info_t
information
;
mqtt_msg.h:92
mqtt_connection
mqtt_connection::information
mqtt_message_t
*
mqtt_msg_connect
(
mqtt_connection_t
*
connection
,
mqtt_connect_info_t
*
info
)
;
mqtt_msg.h:136
mqtt_msg_connect()
mqtt_msg_connect()::info
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
Instance
Scope
Location
Project
mqtt_connection::information
mqtt_connection
mqtt_msg.h:92
mqtt_msg_connect()::info
mqtt_msg_connect()
mqtt_msg.h:136
mqtt_msg_connect()::info
mqtt_msg_connect()
mqtt_msg.c:340
mqtt5_msg_connect()::info
mqtt5_msg_connect()
mqtt5_msg.h:125
mqtt5_msg_parse_connack_property()::connection_info
mqtt5_msg_parse_connack_property()
mqtt5_msg.h:127
mqtt5_msg_connect()::info
mqtt5_msg_connect()
mqtt5_msg.c:465
mqtt5_msg_parse_connack_property()::connection_info
mqtt5_msg_parse_connack_property()
mqtt5_msg.c:580
Lifecycle
from
examples
All items filtered out
All items filtered out