ESP-IDF
mqtt_config_storage_t::port
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mqtt_config_storage_t::port
mqtt_config_storage_t::port field
Syntax
Show:
Summary
Declaration
from
mqtt_client_priv.h:77
int
port
;
Examples
References
from
examples
Code
Location
Referrer
int
port
;
mqtt_client_priv.h:77
client
->
config
->
port
=
config
->
broker
.
address
.
port
;
mqtt_client.c:434
esp_mqtt_set_config()
client
->
config
->
port
=
strtol
(
(
const
char
*
)
(
uri
+
puri
.
field_data
[
UF_PORT
]
.
off
)
,
NULL
,
10
)
;
mqtt_client.c:989
esp_mqtt_client_set_uri()
if
(
client
->
config
->
port
==
0
)
{
mqtt_client.c:1612
esp_mqtt_task()
client
->
config
->
port
=
esp_transport_get_default_port
(
client
->
transport
)
;
mqtt_client.c:1613
esp_mqtt_task()
client
->
config
->
port
,
mqtt_client.c:1622
esp_mqtt_task()
ESP_LOGD
(
TAG
,
"Transport connected to %s://%s:%d"
,
client
->
config
->
scheme
,
client
->
config
->
host
,
client
->
config
->
port
)
;
mqtt_client.c:1629
esp_mqtt_task()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mqtt_config_storage_t::port
is written by 3 functions and is read by 1 function:
esp_mqtt_set_config()
esp_mqtt_client_set_uri()
esp_mqtt_task()
All items filtered out
mqtt_config_storage_t::port
esp_mqtt_task()
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