ESP-IDF
ot::Dns::ServiceDiscovery::Server::DnsQueryType
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::DnsQueryType
ot::Dns::ServiceDiscovery::Server::DnsQueryType enum
Specifies a DNS-SD query type.
Syntax
Show:
Summary
Declaration
from
dnssd_server.hpp:172
enum
DnsQueryType
:
uint8_t
{
kDnsQueryNone
=
OT_DNSSD_QUERY_TYPE_NONE
,
kDnsQueryBrowse
=
OT_DNSSD_QUERY_TYPE_BROWSE
,
kDnsQueryResolve
=
OT_DNSSD_QUERY_TYPE_RESOLVE
,
kDnsQueryResolveHost
=
OT_DNSSD_QUERY_TYPE_RESOLVE_HOST
,
}
;
Values
Value
Declared as
ot::Dns::ServiceDiscovery::Server::DnsQueryType::kDnsQueryNone
=
OT_DNSSD_QUERY_TYPE_NONE
ot::Dns::ServiceDiscovery::Server::DnsQueryType::kDnsQueryBrowse
=
OT_DNSSD_QUERY_TYPE_BROWSE
ot::Dns::ServiceDiscovery::Server::DnsQueryType::kDnsQueryResolve
=
OT_DNSSD_QUERY_TYPE_RESOLVE
ot::Dns::ServiceDiscovery::Server::DnsQueryType::kDnsQueryResolveHost
=
OT_DNSSD_QUERY_TYPE_RESOLVE_HOST
Examples
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