ESP-IDF
ot::Dns::Client::Response::Section
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::Client::Response::Section
ot::Dns::Client::Response::Section enum
Syntax
Show:
Summary
Declaration
from
dns_client.hpp:282
enum
Section
:
uint8_t
{
kAnswerSection
,
kAdditionalDataSection
,
}
;
Values
Value
Declared as
ot::Dns::Client::Response::Section::kAnswerSection
ot::Dns::Client::Response::Section::kAdditionalDataSection
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
Section
:
uint8_t
dns_client.hpp:282
void
Client
::
Response
::
SelectSection
(
Section
aSection
,
uint16_t
&
aOffset
,
uint16_t
&
aNumRecord
)
const
dns_client.cpp:131
ot::Dns::Client::Response::SelectSection() const
ot::Dns::Client::Response::SelectSection() const::aSection
Error
Client
::
Response
::
CheckForHostNameAlias
(
Section
aSection
,
Name
&
aHostName
)
const
dns_client.cpp:154
ot::Dns::Client::Response::CheckForHostNameAlias() const
ot::Dns::Client::Response::CheckForHostNameAlias() const::aSection
Error
Client
::
Response
::
FindHostAddress
(
Section
aSection
,
dns_client.cpp:200
ot::Dns::Client::Response::FindHostAddress() const
ot::Dns::Client::Response::FindHostAddress() const::aSection
Error
Client
::
Response
::
FindARecord
(
Section
aSection
,
const
Name
&
aHostName
,
uint16_t
aIndex
,
ARecord
&
aARecord
)
const
dns_client.cpp:225
ot::Dns::Client::Response::FindARecord() const
ot::Dns::Client::Response::FindARecord() const::aSection
Error
Client
::
Response
::
ReadServiceInfo
(
Section
aSection
,
const
Name
&
aName
,
ServiceInfo
&
aServiceInfo
)
const
dns_client.cpp:263
ot::Dns::Client::Response::ReadServiceInfo() const
ot::Dns::Client::Response::ReadServiceInfo() const::aSection
Error
Client
::
Response
::
ReadTxtRecord
(
Section
aSection
,
const
Name
&
aName
,
ServiceInfo
&
aServiceInfo
)
const
dns_client.cpp:321
ot::Dns::Client::Response::ReadTxtRecord() const
ot::Dns::Client::Response::ReadTxtRecord() const::aSection
Section
section
;
dns_client.cpp:426
ot::Dns::Client::AddressResponse::GetAddress() const
Section
srvSection
;
dns_client.cpp:593
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
Section
txtSection
;
dns_client.cpp:594
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
Section
section
=
kAdditionalDataSection
;
dns_client.cpp:660
ot::Dns::Client::ServiceResponse::GetHostAddress() const
void
SelectSection
(
Section
aSection
,
uint16_t
&
aOffset
,
uint16_t
&
aNumRecord
)
const
;
dns_client.hpp:291
ot::Dns::Client::Response::SelectSection() const
ot::Dns::Client::Response::SelectSection() const::aSection
Error
CheckForHostNameAlias
(
Section
aSection
,
Name
&
aHostName
)
const
;
dns_client.hpp:292
ot::Dns::Client::Response::CheckForHostNameAlias() const
ot::Dns::Client::Response::CheckForHostNameAlias() const::aSection
Error
FindHostAddress
(
Section
aSection
,
dns_client.hpp:293
ot::Dns::Client::Response::FindHostAddress() const
ot::Dns::Client::Response::FindHostAddress() const::aSection
Error
FindARecord
(
Section
aSection
,
const
Name
&
aHostName
,
uint16_t
aIndex
,
ARecord
&
aARecord
)
const
;
dns_client.hpp:299
ot::Dns::Client::Response::FindARecord() const
ot::Dns::Client::Response::FindARecord() const::aSection
Error
ReadServiceInfo
(
Section
aSection
,
const
Name
&
aName
,
ServiceInfo
&
aServiceInfo
)
const
;
dns_client.hpp:304
ot::Dns::Client::Response::ReadServiceInfo() const
ot::Dns::Client::Response::ReadServiceInfo() const::aSection
Error
ReadTxtRecord
(
Section
aSection
,
const
Name
&
aName
,
ServiceInfo
&
aServiceInfo
)
const
;
dns_client.hpp:305
ot::Dns::Client::Response::ReadTxtRecord() const
ot::Dns::Client::Response::ReadTxtRecord() const::aSection
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::Client::Response::SelectSection() const::aSection
ot::Dns::Client::Response::SelectSection() const
dns_client.hpp:291
ot::Dns::Client::Response::CheckForHostNameAlias() const::aSection
ot::Dns::Client::Response::CheckForHostNameAlias() const
dns_client.hpp:292
ot::Dns::Client::Response::FindHostAddress() const::aSection
ot::Dns::Client::Response::FindHostAddress() const
dns_client.hpp:293
ot::Dns::Client::Response::FindARecord() const::aSection
ot::Dns::Client::Response::FindARecord() const
dns_client.hpp:299
ot::Dns::Client::Response::ReadServiceInfo() const::aSection
ot::Dns::Client::Response::ReadServiceInfo() const
dns_client.hpp:304
ot::Dns::Client::Response::ReadTxtRecord() const::aSection
ot::Dns::Client::Response::ReadTxtRecord() const
dns_client.hpp:305
ot::Dns::Client::Response::SelectSection() const::aSection
ot::Dns::Client::Response::SelectSection() const
dns_client.cpp:131
ot::Dns::Client::Response::CheckForHostNameAlias() const::aSection
ot::Dns::Client::Response::CheckForHostNameAlias() const
dns_client.cpp:154
ot::Dns::Client::Response::FindHostAddress() const::aSection
ot::Dns::Client::Response::FindHostAddress() const
dns_client.cpp:200
ot::Dns::Client::Response::FindARecord() const::aSection
ot::Dns::Client::Response::FindARecord() const
dns_client.cpp:225
ot::Dns::Client::Response::ReadServiceInfo() const::aSection
ot::Dns::Client::Response::ReadServiceInfo() const
dns_client.cpp:263
ot::Dns::Client::Response::ReadTxtRecord() const::aSection
ot::Dns::Client::Response::ReadTxtRecord() const
dns_client.cpp:321
Lifecycle
from
examples
All items filtered out
All items filtered out