ESP-IDF
address_t::transport
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
address_t::transport
address_t::transport field
Selects transport
Syntax
Show:
Summary
Declaration
from
mqtt_client.h:238
esp_mqtt_transport_t
transport
;
Examples
References
from
examples
Code
Location
Referrer
esp_mqtt_transport_t
transport
;
/*!< Selects transport*/
mqtt_client.h:238
ESP_LOGW
(
TAG
,
"SSL related configs set, but the transport protocol is a non-SSL scheme, transport = %d"
,
user_cfg
->
broker
.
address
.
transport
)
;
mqtt_client.c:282
esp_mqtt_check_cfg_conflict()
if
(
cfg
->
uri
&&
user_cfg
->
broker
.
address
.
transport
)
{
mqtt_client.c:287
esp_mqtt_check_cfg_conflict()
ESP_LOGW
(
TAG
,
"Transport config set, but overridden by scheme from URI: transport = %d, uri scheme = %s"
,
user_cfg
->
broker
.
address
.
transport
,
cfg
->
scheme
)
;
mqtt_client.c:288
esp_mqtt_check_cfg_conflict()
if
(
config
->
broker
.
address
.
transport
)
{
mqtt_client.c:583
esp_mqtt_set_config()
if
(
config
->
broker
.
address
.
transport
==
MQTT_TRANSPORT_OVER_TCP
)
{
mqtt_client.c:586
esp_mqtt_set_config()
else
if
(
config
->
broker
.
address
.
transport
==
MQTT_TRANSPORT_OVER_WS
)
{
mqtt_client.c:591
esp_mqtt_set_config()
else
if
(
config
->
broker
.
address
.
transport
==
MQTT_TRANSPORT_OVER_SSL
)
{
mqtt_client.c:597
esp_mqtt_set_config()
else
if
(
config
->
broker
.
address
.
transport
==
MQTT_TRANSPORT_OVER_WSS
)
{
mqtt_client.c:603
esp_mqtt_set_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
address_t::transport
is read by 2 functions:
All items filtered out
address_t::transport
esp_mqtt_check_cfg_conflict()
esp_mqtt_set_config()
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