ESP-IDF
OPENTHREAD_CONFIG_SRP_CLIENT_DEFAULT_KEY_LEASE
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
OPENTHREAD_CONFIG_SRP_CLIENT_DEFAULT_KEY_LEASE
OPENTHREAD_CONFIG_SRP_CLIENT_DEFAULT_KEY_LEASE macro
@def OPENTHREAD_CONFIG_SRP_CLIENT_DEFAULT_KEY_LEASE Specifies the default requested key lease interval (in seconds). Set to 14 days.
Syntax
Show:
Summary
Declaration
from
srp_client.h:167
#define
OPENTHREAD_CONFIG_SRP_CLIENT_DEFAULT_KEY_LEASE
(
14
*
24
*
60
*
60
)
Examples
References
from
examples
Code
Location
#define
OPENTHREAD_CONFIG_SRP_CLIENT_DEFAULT_KEY_LEASE
(
14
*
24
*
60
*
60
)
srp_client.h:167
static
constexpr
uint32_t
kDefaultKeyLease
=
OPENTHREAD_CONFIG_SRP_CLIENT_DEFAULT_KEY_LEASE
;
// in seconds.
srp_client.hpp:767
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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