ESP-IDF
ot::Srp::Client::mRetryWaitInterval
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::mRetryWaitInterval
ot::Srp::Client::mRetryWaitInterval field
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:1091
uint32_t
mRetryWaitInterval
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mRetryWaitInterval
;
srp_client.hpp:1091
,
mRetryWaitInterval
(
kMinRetryWaitInterval
)
srp_client.cpp:361
ot::Srp::Client
ot::Srp::Client::Client()
mRetryWaitInterval
=
srp_client.cpp:2121
ot::Srp::Client
ot::Srp::Client::GrowRetryWaitInterval()
mRetryWaitInterval
/
kRetryIntervalGrowthFactorDenominator
*
kRetryIntervalGrowthFactorNumerator
;
srp_client.cpp:2122
ot::Srp::Client
ot::Srp::Client::GrowRetryWaitInterval()
mRetryWaitInterval
=
Min
(
mRetryWaitInterval
,
kMaxRetryWaitInterval
)
;
srp_client.cpp:2123
ot::Srp::Client
ot::Srp::Client::GrowRetryWaitInterval()
uint32_t
GetRetryWaitInterval
(
void
)
const
{
return
mRetryWaitInterval
;
}
srp_client.hpp:1044
ot::Srp::Client
ot::Srp::Client::GetRetryWaitInterval() const
void
ResetRetryWaitInterval
(
void
)
{
mRetryWaitInterval
=
kMinRetryWaitInterval
;
}
srp_client.hpp:1045
ot::Srp::Client
ot::Srp::Client::ResetRetryWaitInterval()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::mRetryWaitInterval
is written by 2 functions and is read by 2 functions:
ot::Srp::Client::ResetRetryWaitInterval()
ot::Srp::Client::GrowRetryWaitInterval()
All items filtered out
ot::Srp::Client::mRetryWaitInterval
ot::Srp::Client::GetRetryWaitInterval() const
ot::Srp::Client::GrowRetryWaitInterval()
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