ESP-IDF
ot::Srp::Client::GetLeaseInterval() 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::Client::GetLeaseInterval() const
ot::Srp::Client::GetLeaseInterval() const method
Gets the lease interval used in SRP update requests. Note that this is lease duration that would be requested by the SRP client. Server may choose to accept a different lease interval.
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:466
uint32_t
GetLeaseInterval
(
void
)
const
;
Return value
The lease interval (in seconds).
Examples
References
from
examples
Code
Location
uint32_t
GetLeaseInterval
(
void
)
const
{
return
mDefaultLease
;
}
srp_client.hpp:466
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::GetLeaseInterval() const
reads 1 variable:
ot::Srp::Client::mDefaultLease
All items filtered out
ot::Srp::Client::GetLeaseInterval() 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