ESP-IDF
address_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
address_t struct
Broker address - uri have precedence over other fields - If uri isn't set at least hostname, transport and port should.
Syntax
Show:
Summary
Declaration
from
mqtt_client.h:235
struct
address_t
{
const
char
*
uri
;
const
char
*
hostname
;
esp_mqtt_transport_t
transport
;
const
char
*
path
;
uint32_t
port
;
}
;
Fields
Field
Declared as
Description
address_t::uri
const
char
*
Complete *MQTT* broker URI.
address_t::hostname
const
char
*
Hostname, to set ipv4 pass it as string).
address_t::transport
esp_mqtt_transport_t
Selects transport.
address_t::path
const
char
*
Path in the URI.
address_t::port
uint32_t
*MQTT* server port.
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
address_t
{
mqtt_client.h:235
broker_t
broker_t::address
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
broker_t::address
broker_t
mqtt_client.h:235
Lifecycle
from
examples
All items filtered out
All items filtered out