ESP-IDF
ot::Srp::Client::mTtl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Client::mTtl
ot::Srp::Client::mTtl field
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:1094
uint32_t
mTtl
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mTtl
;
srp_client.hpp:1094
,
mTtl
(
0
)
srp_client.cpp:362
ot::Srp::Client
ot::Srp::Client::Client()
return
(
mTtl
==
kUnspecifiedInterval
)
?
lease
:
Min
(
mTtl
,
lease
)
;
srp_client.cpp:2147
ot::Srp::Client
ot::Srp::Client::DetermineTtl() const
uint32_t
GetTtl
(
void
)
const
{
return
mTtl
;
}
srp_client.hpp:445
ot::Srp::Client
ot::Srp::Client::GetTtl() const
void
SetTtl
(
uint32_t
aTtl
)
{
mTtl
=
aTtl
;
}
srp_client.hpp:456
ot::Srp::Client
ot::Srp::Client::SetTtl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::mTtl
is written by 1 function and is read by 2 functions:
ot::Srp::Client::SetTtl()
All items filtered out
ot::Srp::Client::mTtl
ot::Srp::Client::GetTtl() const
ot::Srp::Client::DetermineTtl() 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