ESP-IDF
ot::Srp::Client::GetKeyLeaseInterval() const
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
ot::Srp::Client::GetKeyLeaseInterval() const
ot::Srp::Client::GetKeyLeaseInterval() const method
Gets the key lease interval used in SRP update requests.
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:483
uint32_t
GetKeyLeaseInterval
(
void
)
const
;
Return value
The key lease interval (in seconds).
Examples
References
from
examples
Code
Location
uint32_t
GetKeyLeaseInterval
(
void
)
const
{
return
mDefaultKeyLease
;
}
srp_client.hpp:483
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::GetKeyLeaseInterval() const
reads 1 variable:
ot::Srp::Client::mDefaultKeyLease
All items filtered out
ot::Srp::Client::GetKeyLeaseInterval() 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