ESP-IDF
ot::Srp::Server::Host::mKeyLease
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::Server::Host::mKeyLease
ot::Srp::Server::Host::mKeyLease field
Syntax
Show:
Summary
Declaration
from
srp_server.hpp:578
uint32_t
mKeyLease
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mKeyLease
;
// The KEY-LEASE time in seconds.
srp_server.hpp:578
aHost
->
mKeyLease
=
0
;
srp_server.cpp:315
ot::Srp::Server
ot::Srp::Server::RemoveHost()
,
mKeyLease
(
0
)
srp_server.cpp:1997
ot::Srp::Server::Host
ot::Srp::Server::Host::Host()
uint32_t
GetKeyLease
(
void
)
const
{
return
mKeyLease
;
}
srp_server.hpp:494
ot::Srp::Server::Host
ot::Srp::Server::Host::GetKeyLease() const
void
SetKeyLease
(
uint32_t
aKeyLease
)
{
mKeyLease
=
aKeyLease
;
}
srp_server.hpp:557
ot::Srp::Server::Host
ot::Srp::Server::Host::SetKeyLease()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Server::Host::mKeyLease
is written by 2 functions and is read by 1 function:
ot::Srp::Server::Host::SetKeyLease()
ot::Srp::Server::RemoveHost()
All items filtered out
ot::Srp::Server::Host::mKeyLease
ot::Srp::Server::Host::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