ESP-IDF
ot::MeshCoP::Leader::mSessionId
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::Leader::mSessionId
ot::MeshCoP::Leader::mSessionId field
Syntax
Show:
Summary
Declaration
from
meshcop_leader.hpp:139
uint16_t
mSessionId
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mSessionId
;
meshcop_leader.hpp:139
,
mSessionId
(
Random
::
NonCrypto
::
GetUint16
(
)
)
meshcop_leader.cpp:49
ot::MeshCoP::Leader
ot::MeshCoP::Leader::Leader()
data
.
Init
(
aMessageInfo
.
GetPeerAddr
(
)
.
GetIid
(
)
.
GetLocator
(
)
,
++
mSessionId
)
;
meshcop_leader.cpp:75
ot::MeshCoP::Leader
ot::MeshCoP::Leader::HandleTmf()
SuccessOrExit
(
error
=
Tlv
::
Append
<
CommissionerSessionIdTlv
>
(
*
message
,
mSessionId
)
)
;
meshcop_leader.cpp:106
ot::MeshCoP::Leader
ot::MeshCoP::Leader::SendPetitionResponse()
if
(
(
borderAgentLocator
==
nullptr
)
||
(
sessionId
!=
mSessionId
)
)
meshcop_leader.cpp:135
ot::MeshCoP::Leader
ot::MeshCoP::Leader::HandleTmf()
sessionIdTlv
.
SetCommissionerSessionId
(
++
mSessionId
)
;
meshcop_leader.cpp:230
ot::MeshCoP::Leader
ot::MeshCoP::Leader::SetEmptyCommissionerData()
void
SetSessionId
(
uint16_t
aSessionId
)
{
mSessionId
=
aSessionId
;
}
meshcop_leader.hpp:69
ot::MeshCoP::Leader
ot::MeshCoP::Leader::SetSessionId()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::Leader::mSessionId
is written by 3 functions and is read by 3 functions:
ot::MeshCoP::Leader::SetSessionId()
ot::MeshCoP::Leader::HandleTmf()
ot::MeshCoP::Leader::SetEmptyCommissionerData()
All items filtered out
ot::MeshCoP::Leader::mSessionId
ot::MeshCoP::Leader::HandleTmf()
ot::MeshCoP::Leader::SendPetitionResponse()
ot::MeshCoP::Leader::SetEmptyCommissionerData()
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