ESP-IDF
ot::Dns::Client::Response::ReadServiceInfo() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::ReadServiceInfo() const
ot::Dns::Client::Response::ReadServiceInfo() const method
Syntax
Show:
Summary
Declaration
Definition
from
dns_client.hpp:304
Error
ReadServiceInfo
(
Section
aSection
,
const
Name
&
aName
,
ServiceInfo
&
aServiceInfo
)
const
;
Implemented in
dns_client.cpp:263
Arguments
Argument
aSection
aName
aServiceInfo
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
Client
::
Response
::
ReadServiceInfo
(
Section
aSection
,
const
Name
&
aName
,
ServiceInfo
&
aServiceInfo
)
const
dns_client.cpp:263
Error
ReadServiceInfo
(
Section
aSection
,
const
Name
&
aName
,
ServiceInfo
&
aServiceInfo
)
const
;
dns_client.hpp:304
SuccessOrExit
(
error
=
ReadServiceInfo
(
kAdditionalDataSection
,
instanceName
,
aServiceInfo
)
)
;
dns_client.cpp:485
ot::Dns::Client::BrowseResponse::GetServiceInfo() const
error
=
response
->
ReadServiceInfo
(
srvSection
,
name
,
aServiceInfo
)
;
dns_client.cpp:630
ot::Dns::Client::ServiceResponse
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
SuccessOrExit
(
response
.
ReadServiceInfo
(
Response
::
kAnswerSection
,
Name
(
aQuery
,
kNameOffsetInQuery
)
,
serviceInfo
)
)
;
dns_client.cpp:1729
ot::Dns::Client
ot::Dns::Client::ResolveHostAddressIfNeeded()
Call Tree
from
examples
ot::Dns::Client::Response::ReadServiceInfo() const
is called by 2 functions and calls 10 functions:
ot::Dns::Client::ServiceResponse::GetServiceInfo() const
ot::Dns::Client::ResolveHostAddressIfNeeded()
All items filtered out
ot::Dns::Client::Response::ReadServiceInfo() const
ot::Dns::Name::Name()
ot::Dns::Name::SetFromMessage()
ot::Dns::ResourceRecord::GetTtl() const
ot::Dns::SrvRecord::GetPriority() const
ot::Dns::SrvRecord::GetWeight() const
ot::Dns::SrvRecord::GetPort() const
ot::Dns::SrvRecord::ReadTargetHostName() const
ot::Dns::Client::Response::SelectSection() const
ot::Dns::Client::Response::FindHostAddress() const
ot::Dns::Name::ParseName()
All items filtered out
Data Use
from
examples
ot::Dns::Client::Response::ReadServiceInfo() const
reads 8 variables and writes 5 variables:
ot::Dns::Client::Response::Section::kAdditionalDataSection
ot::Dns::Client::Response::mMessage
ot::kErrorNone
ot::kErrorNotFound
otDnsServiceInfo::mTtl
otDnsServiceInfo::mHostNameBuffer
otDnsServiceInfo::mHostNameBufferSize
otDnsServiceInfo::mHostAddressTtl
All items filtered out
ot::Dns::Client::Response::ReadServiceInfo() const
ot::Dns::Client::BrowseResponse::GetServiceInfo() const
otDnsServiceInfo::mTtl
otDnsServiceInfo::mPort
otDnsServiceInfo::mPriority
otDnsServiceInfo::mWeight
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