ESP-IDF
ot::Dns::ServiceDiscovery::Server::AddrType
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::ServiceDiscovery::Server::AddrType
ot::Dns::ServiceDiscovery::Server::AddrType enum
Syntax
Show:
Summary
Declaration
from
dnssd_server.hpp:335
enum
AddrType
:
uint8_t
{
kIp6AddrType
,
kIp4AddrType
,
}
;
Values
Value
Declared as
ot::Dns::ServiceDiscovery::Server::AddrType::kIp6AddrType
ot::Dns::ServiceDiscovery::Server::AddrType::kIp4AddrType
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
AddrType
:
uint8_t
dnssd_server.hpp:335
Error
Server
::
Response
::
AppendHostAddresses
(
AddrType
aAddrType
,
const
HostInfo
&
aHostInfo
)
dnssd_server.cpp:579
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()::aAddrType
Error
Server
::
Response
::
AppendHostAddresses
(
AddrType
aAddrType
,
dnssd_server.cpp:590
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()::aAddrType
AddrType
addrType
=
(
mType
==
kAaaaQuery
)
?
kIp6AddrType
:
kIp4AddrType
;
dnssd_server.cpp:1222
ot::Dns::ServiceDiscovery::Server::Response::Answer()
Error
AppendHostAddresses
(
AddrType
aAddrType
,
const
HostInfo
&
aHostInfo
)
;
dnssd_server.hpp:410
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()::aAddrType
Error
AppendHostAddresses
(
AddrType
aAddrType
,
const
Ip6
::
Address
*
aAddrs
,
uint16_t
aAddrsLength
,
uint32_t
aTtl
)
;
dnssd_server.hpp:412
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()::aAddrType
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
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()::aAddrType
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()
dnssd_server.hpp:410
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()::aAddrType
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()
dnssd_server.hpp:412
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()::aAddrType
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()
dnssd_server.cpp:579
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()::aAddrType
ot::Dns::ServiceDiscovery::Server::Response::AppendHostAddresses()
dnssd_server.cpp:590
Lifecycle
from
examples
All items filtered out
All items filtered out