ESP-IDF
ot::Dns::Question::GetType() const
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::GetType() const
ot::Dns::Question::GetType() const method
Returns the type of the question.
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:2682
uint16_t
GetType
(
void
)
const
;
Return value
The type of the question.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetType
(
void
)
const
{
return
BigEndian
::
HostSwap16
(
mType
)
;
}
dns_types.hpp:2682
switch
(
question
.
GetType
(
)
)
dnssd_server.cpp:313
ot::Dns::ServiceDiscovery::Server::Request
ot::Dns::ServiceDiscovery::Server::Request::ParseQuestions()
switch
(
question
.
GetType
(
)
)
dnssd_server.cpp:344
ot::Dns::ServiceDiscovery::Server::Request
ot::Dns::ServiceDiscovery::Server::Request::ParseQuestions()
VerifyOrExit
(
aMetadata
.
mDnsZone
.
GetType
(
)
==
Dns
::
ResourceRecord
::
kTypeSoa
,
error
=
kErrorParse
)
;
srp_server.cpp:861
ot::Srp::Server
ot::Srp::Server::ProcessZoneSection() const
Call Tree
from
examples
ot::Dns::Question::GetType() const
is called by 2 functions and calls 1 function:
ot::Dns::ServiceDiscovery::Server::Request::ParseQuestions()
ot::Srp::Server::ProcessZoneSection() const
All items filtered out
ot::Dns::Question::GetType() const
ot::BigEndian::HostSwap16()
All items filtered out
Data Use
from
examples
ot::Dns::Question::GetType() const
reads 1 variable:
ot::Dns::Question::mType
All items filtered out
ot::Dns::Question::GetType() const
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