ESP-IDF
ot::Dns::ServiceDiscovery::Server::QueryType
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::QueryType
ot::Dns::ServiceDiscovery::Server::QueryType enum
Syntax
Show:
Summary
Declaration
from
dnssd_server.hpp:319
enum
QueryType
:
uint8_t
{
kPtrQuery
,
kSrvQuery
,
kTxtQuery
,
kSrvTxtQuery
,
kAaaaQuery
,
kAQuery
,
}
;
Values
Value
Declared as
ot::Dns::ServiceDiscovery::Server::QueryType::kPtrQuery
ot::Dns::ServiceDiscovery::Server::QueryType::kSrvQuery
ot::Dns::ServiceDiscovery::Server::QueryType::kTxtQuery
ot::Dns::ServiceDiscovery::Server::QueryType::kSrvTxtQuery
ot::Dns::ServiceDiscovery::Server::QueryType::kAaaaQuery
ot::Dns::ServiceDiscovery::Server::QueryType::kAQuery
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
QueryType
:
uint8_t
dnssd_server.hpp:319
const
char
*
Server
::
Response
::
QueryTypeToString
(
QueryType
aType
)
dnssd_server.cpp:729
ot::Dns::ServiceDiscovery::Server::Response::QueryTypeToString()
ot::Dns::ServiceDiscovery::Server::Response::QueryTypeToString()::aType
QueryType
mType
;
dnssd_server.hpp:360
ot::Dns::ServiceDiscovery::Server::Request
ot::Dns::ServiceDiscovery::Server::Request::mType
static
const
char
*
QueryTypeToString
(
QueryType
aType
)
;
dnssd_server.hpp:438
ot::Dns::ServiceDiscovery::Server::Response::QueryTypeToString()
ot::Dns::ServiceDiscovery::Server::Response::QueryTypeToString()::aType
QueryType
mType
;
dnssd_server.hpp:443
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::mType
QueryType
mType
;
dnssd_server.hpp:450
ot::Dns::ServiceDiscovery::Server::ProxyQueryInfo
ot::Dns::ServiceDiscovery::Server::ProxyQueryInfo::mType
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::Request::mType
ot::Dns::ServiceDiscovery::Server::Request
dnssd_server.hpp:360
ot::Dns::ServiceDiscovery::Server::Response::QueryTypeToString()::aType
ot::Dns::ServiceDiscovery::Server::Response::QueryTypeToString()
dnssd_server.hpp:438
ot::Dns::ServiceDiscovery::Server::Response::mType
ot::Dns::ServiceDiscovery::Server::Response
dnssd_server.hpp:443
ot::Dns::ServiceDiscovery::Server::ProxyQueryInfo::mType
ot::Dns::ServiceDiscovery::Server::ProxyQueryInfo
dnssd_server.hpp:450
ot::Dns::ServiceDiscovery::Server::Response::QueryTypeToString()::aType
ot::Dns::ServiceDiscovery::Server::Response::QueryTypeToString()
dnssd_server.cpp:729
Lifecycle
from
examples
All items filtered out
All items filtered out