ESP-IDF
ot::MeshCoP::SecureTransport::mRemainingConnectionAttempts
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::MeshCoP::SecureTransport::mRemainingConnectionAttempts
ot::MeshCoP::SecureTransport::mRemainingConnectionAttempts field
Syntax
Show:
Summary
Declaration
from
secure_transport.hpp:642
uint16_t
mRemainingConnectionAttempts
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mRemainingConnectionAttempts
;
secure_transport.hpp:642
,
mRemainingConnectionAttempts
(
0
)
secure_transport.cpp:75
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::SecureTransport()
mRemainingConnectionAttempts
=
mMaxConnectionAttempts
;
secure_transport.cpp:153
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Open()
if
(
mRemainingConnectionAttempts
>
0
)
secure_transport.cpp:180
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Connect()
mRemainingConnectionAttempts
--
;
secure_transport.cpp:182
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Connect()
if
(
mRemainingConnectionAttempts
>
0
)
secure_transport.cpp:200
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleReceive()
mRemainingConnectionAttempts
--
;
secure_transport.cpp:202
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleReceive()
if
(
(
mMaxConnectionAttempts
>
0
)
&&
(
mRemainingConnectionAttempts
==
0
)
)
secure_transport.cpp:396
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Setup()
if
(
(
mMaxConnectionAttempts
>
0
)
&&
(
mRemainingConnectionAttempts
==
0
)
)
secure_transport.cpp:1033
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleTimer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::SecureTransport::mRemainingConnectionAttempts
is written by 3 functions and is read by 4 functions:
ot::MeshCoP::SecureTransport::Open()
ot::MeshCoP::SecureTransport::Connect()
ot::MeshCoP::SecureTransport::HandleReceive()
All items filtered out
ot::MeshCoP::SecureTransport::mRemainingConnectionAttempts
ot::MeshCoP::SecureTransport::Connect()
ot::MeshCoP::SecureTransport::HandleReceive()
ot::MeshCoP::SecureTransport::Setup()
ot::MeshCoP::SecureTransport::HandleTimer()
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