ESP-IDF
otDnsServiceInfo::mTtl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otDnsServiceInfo::mTtl
otDnsServiceInfo::mTtl field
Syntax
Show:
Summary
Declaration
from
dns_client.h:332
uint32_t
mTtl
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mTtl
;
///< Service record TTL (in seconds).
dns_client.h:332
aServiceInfo
.
mWeight
,
ToUlong
(
aServiceInfo
.
mTtl
)
)
;
cli_dns.cpp:556
ot::Cli::Dns
ot::Cli::Dns::OutputDnsServiceInfo()
aServiceInfo
.
mTtl
=
0
;
dns_client.cpp:250
ot::Dns::Client::Response
ot::Dns::Client::Response::InitServiceInfo() const
VerifyOrExit
(
aServiceInfo
.
mTtl
==
0
)
;
dns_client.cpp:280
ot::Dns::Client::Response
ot::Dns::Client::Response::ReadServiceInfo() const
aServiceInfo
.
mTtl
=
srvRecord
.
GetTtl
(
)
;
dns_client.cpp:288
ot::Dns::Client::Response
ot::Dns::Client::Response::ReadServiceInfo() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otDnsServiceInfo::mTtl
is written by 2 functions and is read by 2 functions:
ot::Dns::Client::Response::InitServiceInfo() const
ot::Dns::Client::Response::ReadServiceInfo() const
All items filtered out
otDnsServiceInfo::mTtl
ot::Dns::Client::Response::ReadServiceInfo() const
ot::Cli::Dns::OutputDnsServiceInfo()
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