ESPHome
2025.2.2
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
d
e
f
i
j
l
m
n
p
q
r
s
t
u
v
+
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
c
d
o
p
s
t
v
w
+
Enumerations
b
c
e
f
i
m
n
p
r
s
t
v
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Related Functions
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Functions
_
a
l
m
o
s
t
u
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
esphome
esphome
components
mdns
mdns_host.cpp
Go to the documentation of this file.
1
#include "
esphome/core/defines.h
"
2
#if defined(USE_HOST) && defined(USE_MDNS)
3
4
#include "
esphome/components/network/ip_address.h
"
5
#include "
esphome/components/network/util.h
"
6
#include "
esphome/core/log.h
"
7
#include "
mdns_component.h
"
8
9
namespace
esphome
{
10
namespace
mdns {
11
12
void
MDNSComponent::setup
() { this->
compile_records_
(); }
13
14
void
MDNSComponent::on_shutdown
() {}
15
16
}
// namespace mdns
17
}
// namespace esphome
18
19
#endif
mdns_component.h
esphome::mdns::MDNSComponent::setup
void setup() override
Definition:
mdns_esp32.cpp:15
defines.h
ip_address.h
esphome::mdns::MDNSComponent::on_shutdown
void on_shutdown() override
Definition:
mdns_esp32.cpp:52
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
util.h
log.h
esphome::mdns::MDNSComponent::compile_records_
void compile_records_()
Definition:
mdns_component.cpp:24
Generated by
1.8.13