ESP-IDF
ot::Srp::Server::Service::GetLeaseInfo() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Server::Service::GetLeaseInfo() const
ot::Srp::Server::Service::GetLeaseInfo() const method
Gets the LEASE and KEY-LEASE information of a given service.
Syntax
Show:
Summary
Declaration
Definition
from
srp_server.hpp:352
void
GetLeaseInfo
(
LeaseInfo
&
aLeaseInfo
)
const
;
Implemented in
srp_server.cpp:1876
Arguments
Argument
Description
aLeaseInfo
A reference to a LeaseInfo instance. It contains the LEASE time, KEY-LEASE time, remaining LEASE time and the remaining KEY-LEASE time.
Related Functions
Found 3 other functions taking a
otSrpServerLeaseInfo
argument:
Function
Description
otSrpServerServiceGetLeaseInfo()
Returns the LEASE and KEY-LEASE information of a given service.
otSrpServerHostGetLeaseInfo()
Returns the LEASE and KEY-LEASE information of a given host.
ot::Srp::Server::Host::GetLeaseInfo() const
Gets the LEASE and KEY-LEASE information of a given host.
Examples
References
from
examples
Code
Location
void
Server
::
Service
::
GetLeaseInfo
(
LeaseInfo
&
aLeaseInfo
)
const
srp_server.cpp:1876
void
GetLeaseInfo
(
LeaseInfo
&
aLeaseInfo
)
const
;
srp_server.hpp:352
Call Tree
from
examples
ot::Srp::Server::Service::GetLeaseInfo() const
calls 9 functions:
All items filtered out
ot::Srp::Server::Service::GetLeaseInfo() const
ot::Time::operator-() const
ot::Time::operator<=() const
ot::Time::SecToMsec()
ot::Time::Time()
ot::TimerMilli::GetNow()
ot::Srp::Server::Service::GetLease() const
ot::Srp::Server::Service::GetKeyLease() const
ot::Srp::Server::Service::GetExpireTime() const
ot::Srp::Server::Service::GetKeyExpireTime() const
All items filtered out
Data Use
from
examples
ot::Srp::Server::Service::GetLeaseInfo() const
reads 1 variable and writes 4 variables:
ot::Srp::Server::Service::mIsDeleted
All items filtered out
ot::Srp::Server::Service::GetLeaseInfo() const
otSrpServerLeaseInfo::mLease
otSrpServerLeaseInfo::mKeyLease
otSrpServerLeaseInfo::mRemainingLease
otSrpServerLeaseInfo::mRemainingKeyLease
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