ESP-IDF
esp_mqtt5_connection_server_resp_property_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_mqtt5_connection_server_resp_property_t
esp_mqtt5_connection_server_resp_property_t struct
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:51
typedef
struct
{
uint32_t
maximum_packet_size
;
uint16_t
receive_maximum
;
uint16_t
topic_alias_maximum
;
uint8_t
max_qos
;
bool
retain_available
;
bool
wildcard_subscribe_available
;
bool
subscribe_identifiers_available
;
bool
shared_subscribe_available
;
char
*
response_info
;
}
esp_mqtt5_connection_server_resp_property_t
;
Fields
Field
Declared as
esp_mqtt5_connection_server_resp_property_t::maximum_packet_size
uint32_t
esp_mqtt5_connection_server_resp_property_t::receive_maximum
uint16_t
esp_mqtt5_connection_server_resp_property_t::topic_alias_maximum
uint16_t
esp_mqtt5_connection_server_resp_property_t::max_qos
uint8_t
esp_mqtt5_connection_server_resp_property_t::retain_available
bool
esp_mqtt5_connection_server_resp_property_t::wildcard_subscribe_available
bool
esp_mqtt5_connection_server_resp_property_t::subscribe_identifiers_available
bool
esp_mqtt5_connection_server_resp_property_t::shared_subscribe_available
bool
esp_mqtt5_connection_server_resp_property_t::response_info
char
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
mqtt5_msg.h:51
}
esp_mqtt5_connection_server_resp_property_t
;
mqtt5_msg.h:61
esp_mqtt5_connection_server_resp_property_t
server_resp_property_info
;
mqtt5_client_priv.h:31
mqtt5_config_storage_t
mqtt5_config_storage_t::server_resp_property_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()::resp_property
}
esp_mqtt5_connection_server_resp_property_t
;
mqtt5_msg.h:61
esp_mqtt5_connection_server_resp_property_t
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()::resp_property
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
mqtt5_msg_parse_connack_property()::resp_property
mqtt5_msg_parse_connack_property()
mqtt5_msg.h:127
mqtt5_config_storage_t::server_resp_property_info
mqtt5_config_storage_t
mqtt5_client_priv.h:31
mqtt5_msg_parse_connack_property()::resp_property
mqtt5_msg_parse_connack_property()
mqtt5_msg.c:580
Lifecycle
from
examples
All items filtered out
All items filtered out