ESP-IDF
ot::Dns::Question::Question()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::Question::Question()
ot::Dns::Question::Question()
Default constructor for Question
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:2666
Question
(
void
)
=
default
;
Examples
References
from
examples
Code
Location
Scope
Referrer
Question
(
void
)
=
default
;
dns_types.hpp:2666
explicit
Question
(
uint16_t
aType
,
uint16_t
aClass
=
ResourceRecord
::
kClassInternet
)
dns_types.hpp:2671
SuccessOrExit
(
error
=
message
->
Append
(
Question
(
kQuestionRecordTypes
[
aInfo
.
mQueryType
]
[
num
]
)
)
)
;
dns_client.cpp:1132
ot::Dns::Client
ot::Dns::Client::SendQuery()
:
Question
(
ResourceRecord
::
kTypeSoa
,
aClass
)
dns_types.hpp:2723
ot::Dns::Zone
ot::Dns::Zone::Zone()
Question
question
;
dnssd_server.cpp:300
ot::Dns::ServiceDiscovery::Server::Request
ot::Dns::ServiceDiscovery::Server::Request::ParseQuestions()
Call Tree
from
examples
ot::Dns::Question::Question()
is called by 3 functions and calls 2 functions:
ot::Dns::Zone::Zone()
ot::Dns::Client::SendQuery()
ot::Dns::ServiceDiscovery::Server::Request::ParseQuestions()
All items filtered out
ot::Dns::Question::Question()
ot::Dns::Question::SetType()
ot::Dns::Question::SetClass()
All items filtered out
Data Use
from
examples
ot::Dns::Question::Question()
reads 1 variable:
ot::Dns::ResourceRecord::kClassInternet
All items filtered out
ot::Dns::Question::Question()
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