ESP-IDF
kStateCloseNotify
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
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
kStateCloseNotify
kStateCloseNotify value
Syntax
Show:
Summary
Declaration
from
secure_transport.hpp:479
kStateCloseNotify
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kStateCloseNotify
,
// The service is closing a connection.
secure_transport.hpp:479
SetState
(
kStateCloseNotify
)
;
secure_transport.cpp:491
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::Disconnect()
ValidateNextEnum
(
kStateCloseNotify
)
;
secure_transport.cpp:1226
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::StateToString()
bool
IsStateCloseNotify
(
void
)
const
{
return
mState
==
kStateCloseNotify
;
}
secure_transport.hpp:498
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::IsStateCloseNotify() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kStateCloseNotify
is read by 3 functions:
All items filtered out
kStateCloseNotify
ot::MeshCoP::SecureTransport::IsStateCloseNotify() const
ot::MeshCoP::SecureTransport::Disconnect()
ot::MeshCoP::SecureTransport::StateToString()
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