ESP-IDF
otSrpClientService::mData
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
otSrpClientService::mData
otSrpClientService::mData field
Syntax
Show:
Summary
Declaration
from
srp_client.h:111
uint32_t
mData
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mData
;
///< Internal data (used by OT core).
srp_client.h:111
TimeMilli
GetLeaseRenewTime
(
void
)
const
{
return
TimeMilli
(
mData
)
;
}
srp_client.hpp:286
ot::Srp::Client::Service
ot::Srp::Client::Service::GetLeaseRenewTime() const
void
SetLeaseRenewTime
(
TimeMilli
aTime
)
{
mData
=
aTime
.
GetValue
(
)
;
}
srp_client.hpp:287
ot::Srp::Client::Service
ot::Srp::Client::Service::SetLeaseRenewTime()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otSrpClientService::mData
is written by 1 function and is read by 1 function:
ot::Srp::Client::Service::SetLeaseRenewTime()
All items filtered out
otSrpClientService::mData
ot::Srp::Client::Service::GetLeaseRenewTime() 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