ESP-IDF
ot::Dns::Client::Response::SelectSection() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::Client::Response::SelectSection() const
ot::Dns::Client::Response::SelectSection() const method
Syntax
Show:
Summary
Declaration
Definition
from
dns_client.hpp:291
void
SelectSection
(
Section
aSection
,
uint16_t
&
aOffset
,
uint16_t
&
aNumRecord
)
const
;
Implemented in
dns_client.cpp:131
Arguments
Argument
aSection
aOffset
aNumRecord
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Client
::
Response
::
SelectSection
(
Section
aSection
,
uint16_t
&
aOffset
,
uint16_t
&
aNumRecord
)
const
dns_client.cpp:131
void
SelectSection
(
Section
aSection
,
uint16_t
&
aOffset
,
uint16_t
&
aNumRecord
)
const
;
dns_client.hpp:291
SelectSection
(
aSection
,
offset
,
numRecords
)
;
dns_client.cpp:172
ot::Dns::Client::Response
ot::Dns::Client::Response::CheckForHostNameAlias() const
SelectSection
(
aSection
,
offset
,
numRecords
)
;
dns_client.cpp:214
ot::Dns::Client::Response
ot::Dns::Client::Response::FindHostAddress() const
SelectSection
(
aSection
,
offset
,
numRecords
)
;
dns_client.cpp:234
ot::Dns::Client::Response
ot::Dns::Client::Response::FindARecord() const
SelectSection
(
aSection
,
offset
,
numRecords
)
;
dns_client.cpp:285
ot::Dns::Client::Response
ot::Dns::Client::Response::ReadServiceInfo() const
SelectSection
(
aSection
,
offset
,
numRecords
)
;
dns_client.cpp:346
ot::Dns::Client::Response
ot::Dns::Client::Response::ReadTxtRecord() const
SelectSection
(
kAnswerSection
,
offset
,
numRecords
)
;
dns_client.cpp:465
ot::Dns::Client::BrowseResponse::GetServiceInstance() const
SelectSection
(
kAnswerSection
,
offset
,
numRecords
)
;
dns_client.cpp:520
ot::Dns::Client::BrowseResponse::FindPtrRecord() const
Call Tree
from
examples
ot::Dns::Client::Response::SelectSection() const
is called by 5 functions:
ot::Dns::Client::Response::CheckForHostNameAlias() const
ot::Dns::Client::Response::FindHostAddress() const
ot::Dns::Client::Response::FindARecord() const
ot::Dns::Client::Response::ReadServiceInfo() const
ot::Dns::Client::Response::ReadTxtRecord() const
All items filtered out
ot::Dns::Client::Response::SelectSection() const
All items filtered out
Data Use
from
examples
ot::Dns::Client::Response::SelectSection() const
reads 6 variables and writes 2 variables:
ot::Dns::Client::Response::Section::kAnswerSection
ot::Dns::Client::Response::Section::kAdditionalDataSection
ot::Dns::Client::Response::mAnswerOffset
ot::Dns::Client::Response::mAnswerRecordCount
ot::Dns::Client::Response::mAdditionalOffset
ot::Dns::Client::Response::mAdditionalRecordCount
All items filtered out
ot::Dns::Client::Response::SelectSection() const
ot::Dns::Client::BrowseResponse::GetServiceInstance() const
ot::Dns::Client::BrowseResponse::FindPtrRecord() 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