ESP-IDF
ot::Srp::Client::kDefaultLease
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::kDefaultLease
ot::Srp::Client::kDefaultLease variable
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:766
static
constexpr
uint32_t
kDefaultLease
=
OPENTHREAD_CONFIG_SRP_CLIENT_DEFAULT_LEASE
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint32_t
kDefaultLease
=
OPENTHREAD_CONFIG_SRP_CLIENT_DEFAULT_LEASE
;
// in seconds.
srp_client.hpp:766
,
mDefaultLease
(
kDefaultLease
)
srp_client.cpp:365
ot::Srp::Client
ot::Srp::Client::Client()
void
SetLeaseInterval
(
uint32_t
aInterval
)
{
mDefaultLease
=
DetermineLeaseInterval
(
aInterval
,
kDefaultLease
)
;
}
srp_client.hpp:476
ot::Srp::Client
ot::Srp::Client::SetLeaseInterval()
static_assert
(
kDefaultLease
<=
static_cast
<
uint32_t
>
(
kMaxLease
)
,
"kDefaultLease is larger than max"
)
;
srp_client.hpp:862
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::kDefaultLease
is read by 2 functions:
All items filtered out
ot::Srp::Client::kDefaultLease
ot::Srp::Client::SetLeaseInterval()
ot::Srp::Client::Client()
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