ESP-IDF
ot::MeshCoP::SecureTransport::State
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::SecureTransport::State
ot::MeshCoP::SecureTransport::State enum
Syntax
Show:
Summary
Declaration
from
secure_transport.hpp:472
enum
State
:
uint8_t
{
kStateClosed
,
kStateOpen
,
kStateInitializing
,
kStateConnecting
,
kStateConnected
,
kStateCloseNotify
,
}
;
Values
Value
Declared as
ot::MeshCoP::SecureTransport::State::kStateClosed
ot::MeshCoP::SecureTransport::State::kStateOpen
ot::MeshCoP::SecureTransport::State::kStateInitializing
ot::MeshCoP::SecureTransport::State::kStateConnecting
ot::MeshCoP::SecureTransport::State::kStateConnected
ot::MeshCoP::SecureTransport::State::kStateCloseNotify
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
State
:
uint8_t
secure_transport.hpp:472
void
SecureTransport
::
SetState
(
State
aState
)
secure_transport.cpp:131
ot::MeshCoP::SecureTransport::SetState()
ot::MeshCoP::SecureTransport::SetState()::aState
const
char
*
SecureTransport
::
StateToString
(
State
aState
)
secure_transport.cpp:1207
ot::MeshCoP::SecureTransport::StateToString()
ot::MeshCoP::SecureTransport::StateToString()::aState
void
SetState
(
State
aState
)
;
secure_transport.hpp:500
ot::MeshCoP::SecureTransport::SetState()
ot::MeshCoP::SecureTransport::SetState()::aState
static
const
char
*
StateToString
(
State
aState
)
;
secure_transport.hpp:579
ot::MeshCoP::SecureTransport::StateToString()
ot::MeshCoP::SecureTransport::StateToString()::aState
State
mState
;
secure_transport.hpp:584
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::mState
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ot::MeshCoP::SecureTransport::SetState()::aState
ot::MeshCoP::SecureTransport::SetState()
secure_transport.hpp:500
ot::MeshCoP::SecureTransport::StateToString()::aState
ot::MeshCoP::SecureTransport::StateToString()
secure_transport.hpp:579
ot::MeshCoP::SecureTransport::mState
ot::MeshCoP::SecureTransport
secure_transport.hpp:584
ot::MeshCoP::SecureTransport::SetState()::aState
ot::MeshCoP::SecureTransport::SetState()
secure_transport.cpp:131
ot::MeshCoP::SecureTransport::StateToString()::aState
ot::MeshCoP::SecureTransport::StateToString()
secure_transport.cpp:1207
Lifecycle
from
examples
All items filtered out
All items filtered out