ESP-IDF
ot::Srp::Client::Service::GetKeyLease() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::Service::GetKeyLease() const
ot::Srp::Client::Service::GetKeyLease() const method
Gets the desired key lease interval to request when registering this service.
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:273
uint32_t
GetKeyLease
(
void
)
const
;
Return value
The desired lease interval in sec. Zero indicates to use default.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
GetKeyLease
(
void
)
const
{
return
mKeyLease
;
}
srp_client.hpp:273
uint32_t
keyLease
=
Max
(
DetermineLeaseInterval
(
aService
.
GetKeyLease
(
)
,
mDefaultKeyLease
)
,
lease
)
;
srp_client.cpp:1336
ot::Srp::Client
ot::Srp::Client::CanAppendService()
Call Tree
from
examples
ot::Srp::Client::Service::GetKeyLease() const
is called by 1 function:
ot::Srp::Client::CanAppendService()
All items filtered out
ot::Srp::Client::Service::GetKeyLease() const
All items filtered out
Data Use
from
examples
ot::Srp::Client::Service::GetKeyLease() const
reads 1 variable:
otSrpClientService::mKeyLease
All items filtered out
ot::Srp::Client::Service::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