ESP-IDF
ot::Dns::Client::StartQuery()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::Client::StartQuery()
ot::Dns::Client::StartQuery() method
Syntax
Show:
Summary
Declaration
from
dns_client.hpp:787
Error
StartQuery
(
QueryInfo
&
aInfo
,
const
char
*
aLabel
,
const
char
*
aName
,
QueryType
aSecondType
=
kNoQuery
)
;
Arguments
Argument
aInfo
aLabel
aName
aSecondType
Related Functions
Found 3 other functions taking a
QueryInfo
argument:
Function
ot::Dns::Client::SendQuery()
ot::Dns::Client::UpdateQuery()
ot::Dns::Client::AllocateQuery()
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
Client
::
StartQuery
(
QueryInfo
&
aInfo
,
const
char
*
aLabel
,
const
char
*
aName
,
QueryType
aSecondType
)
dns_client.cpp:975
Error
StartQuery
(
QueryInfo
&
aInfo
,
const
char
*
aLabel
,
const
char
*
aName
,
QueryType
aSecondType
=
kNoQuery
)
;
dns_client.hpp:787
return
StartQuery
(
info
,
nullptr
,
aHostName
)
;
dns_client.cpp:867
ot::Dns::Client
ot::Dns::Client::ResolveAddress()
return
StartQuery
(
info
,
nullptr
,
aHostName
)
;
dns_client.cpp:884
ot::Dns::Client
ot::Dns::Client::ResolveIp4Address()
return
StartQuery
(
info
,
nullptr
,
aServiceName
)
;
dns_client.cpp:900
ot::Dns::Client
ot::Dns::Client::Browse()
error
=
StartQuery
(
info
,
aInstanceLabel
,
aServiceName
,
secondQueryType
)
;
dns_client.cpp:967
ot::Dns::Client
ot::Dns::Client::Resolve()
Call Tree
from
examples
ot::Dns::Client::StartQuery()
is called by 4 functions and calls 7 functions:
ot::Dns::Client::ResolveAddress()
ot::Dns::Client::ResolveIp4Address()
ot::Dns::Client::Browse()
ot::Dns::Client::Resolve()
All items filtered out
ot::Dns::Client::StartQuery()
ot::Dns::Client::QueryInfo::ReadFrom()
ot::Dns::Client::UpdateQuery()
ot::MessageQueue::Enqueue()
IgnoreError()
ot::Dns::Client::AllocateQuery()
ot::Dns::Client::FreeQuery()
ot::Dns::Client::SendQuery()
All items filtered out
Data Use
from
examples
ot::Dns::Client::StartQuery()
reads 8 variables and writes 5 variables:
ot::Dns::Client::QueryConfig::Nat64Mode::kNat64Allow
ot::Dns::Client::QueryType::kIp4AddressQuery
ot::Dns::Client::QueryType::kNoQuery
ot::Dns::Client::QueryInfo::mQueryType
ot::Dns::Client::mMainQueries
ot::kErrorNone
ot::kErrorInvalidArgs
ot::kErrorInvalidState
All items filtered out
ot::Dns::Client::StartQuery()
ot::Dns::Client::QueryInfo::mQueryType
ot::Dns::Client::QueryInfo::mMessageId
ot::Dns::Client::QueryInfo::mTransmissionCount
ot::Dns::Client::QueryInfo::mMainQuery
ot::Dns::Client::QueryInfo::mNextQuery
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