ESP-IDF
ot::Srp::Client::mTxFailureRetryCount
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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::mTxFailureRetryCount
ot::Srp::Client::mTxFailureRetryCount field
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:1080
uint8_t
mTxFailureRetryCount
:
4
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mTxFailureRetryCount
:
4
;
srp_client.hpp:1080
,
mTxFailureRetryCount
(
0
)
srp_client.cpp:351
ot::Srp::Client
ot::Srp::Client::Client()
mTxFailureRetryCount
=
0
;
srp_client.cpp:469
ot::Srp::Client
ot::Srp::Client::Stop()
mTxFailureRetryCount
=
0
;
srp_client.cpp:884
ot::Srp::Client
ot::Srp::Client::ClearHostAndServices()
mTxFailureRetryCount
=
0
;
srp_client.cpp:1050
ot::Srp::Client
ot::Srp::Client::SendUpdate()
if
(
mTxFailureRetryCount
<
kMaxTxFailureRetries
)
srp_client.cpp:1077
ot::Srp::Client
ot::Srp::Client::SendUpdate()
mTxFailureRetryCount
++
;
srp_client.cpp:1081
ot::Srp::Client
ot::Srp::Client::SendUpdate()
LogInfo
(
"Quick retry %u in %lu msec"
,
mTxFailureRetryCount
,
ToUlong
(
interval
)
)
;
srp_client.cpp:1085
ot::Srp::Client
ot::Srp::Client::SendUpdate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Srp::Client::mTxFailureRetryCount
is written by 3 functions and is read by 1 function:
ot::Srp::Client::Stop()
ot::Srp::Client::ClearHostAndServices()
ot::Srp::Client::SendUpdate()
All items filtered out
ot::Srp::Client::mTxFailureRetryCount
ot::Srp::Client::SendUpdate()
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