ESP-IDF
ot::Srp::Server::Host::GetKeyLease() const
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::Server::Host::GetKeyLease() const
ot::Srp::Server::Host::GetKeyLease() const method
Returns the KEY-LEASE time of the key of the host.
Syntax
Show:
Summary
Declaration
from
srp_server.hpp:494
uint32_t
GetKeyLease
(
void
)
const
;
Return value
The KEY-LEASE time in seconds.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
GetKeyLease
(
void
)
const
{
return
mKeyLease
;
}
srp_server.hpp:494
hostKeyLease
=
aHost
.
GetKeyLease
(
)
;
srp_server.cpp:462
ot::Srp::Server
ot::Srp::Server::CommitSrpUpdate()
LogInfo
(
" Lease:%lu, key-lease:%lu, ttl:%lu"
,
ToUlong
(
aHost
.
GetLease
(
)
)
,
ToUlong
(
aHost
.
GetKeyLease
(
)
)
,
srp_server.cpp:1389
ot::Srp::Server
ot::Srp::Server::InformUpdateHandlerOrCommit()
aLeaseInfo
.
mKeyLease
=
Time
::
SecToMsec
(
GetKeyLease
(
)
)
;
srp_server.cpp:2055
ot::Srp::Server::Host
ot::Srp::Server::Host::GetLeaseInfo() const
Call Tree
from
examples
ot::Srp::Server::Host::GetKeyLease() const
is called by 3 functions:
ot::Srp::Server::CommitSrpUpdate()
ot::Srp::Server::InformUpdateHandlerOrCommit()
ot::Srp::Server::Host::GetLeaseInfo() const
All items filtered out
ot::Srp::Server::Host::GetKeyLease() const
All items filtered out
Data Use
from
examples
ot::Srp::Server::Host::GetKeyLease() const
reads 1 variable:
ot::Srp::Server::Host::mKeyLease
All items filtered out
ot::Srp::Server::Host::GetKeyLease() 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