ESP-IDF
ot::MeshCoP::SecureTransport::IsStateClosed() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::MeshCoP::SecureTransport::IsStateClosed() const
ot::MeshCoP::SecureTransport::IsStateClosed() const method
Syntax
Show:
Summary
Declaration
from
secure_transport.hpp:493
bool
IsStateClosed
(
void
)
const
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsStateClosed
(
void
)
const
{
return
mState
==
kStateClosed
;
}
secure_transport.hpp:493
VerifyOrExit
(
IsStateClosed
(
)
,
error
=
kErrorAlready
)
;
secure_transport.cpp:146
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Open()
VerifyOrExit
(
IsStateClosed
(
)
,
error
=
kErrorInvalidState
)
;
secure_transport.cpp:165
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::SetMaxConnectionAttempts()
VerifyOrExit
(
!
IsStateClosed
(
)
)
;
secure_transport.cpp:196
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleReceive()
Call Tree
from
examples
ot::MeshCoP::SecureTransport::IsStateClosed() const
is called by 3 functions:
ot::MeshCoP::SecureTransport::Open()
ot::MeshCoP::SecureTransport::SetMaxConnectionAttempts()
ot::MeshCoP::SecureTransport::HandleReceive()
All items filtered out
ot::MeshCoP::SecureTransport::IsStateClosed() const
All items filtered out
Data Use
from
examples
ot::MeshCoP::SecureTransport::IsStateClosed() const
reads 2 variables:
ot::MeshCoP::SecureTransport::State::kStateClosed
ot::MeshCoP::SecureTransport::mState
All items filtered out
ot::MeshCoP::SecureTransport::IsStateClosed() 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