ESP-IDF
+
0
/9 examples
SourceVu will show references to
esp_mqtt_client_config_t::broker
from the following samples and libraries:
ip_internal_network sample
mqtt5 sample
custom_outbox sample
ssl sample
ssl_mutual_auth sample
ssl_psk sample
tcp sample
ws sample
wss sample
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_mqtt_client_config_t::broker
esp_mqtt_client_config_t::broker field
Broker related configuration Broker address and security verification
Syntax
Show:
Summary
Declaration
from
mqtt_client.h:228
struct
broker_t
{
struct
address_t
{
const
char
*
uri
;
const
char
*
hostname
;
esp_mqtt_transport_t
transport
;
const
char
*
path
;
uint32_t
port
;
}
address
;
struct
verification_t
{
bool
use_global_ca_store
;
esp_err_t
(
*
crt_bundle_attach
)
(
void
*
conf
)
;
const
char
*
certificate
;
size_t
certificate_len
;
const
struct
psk_key_hint
*
psk_hint_key
;
bool
skip_cert_common_name_check
;
const
char
*
*
alpn_protos
;
const
char
*
common_name
;
}
verification
;
}
broker
;
Examples
esp_mqtt_client_config_t::broker
is referenced by 9 libraries and example projects:
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