ESP-IDF
otTrelPeer::mExtPanId
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otTrelPeer::mExtPanId
otTrelPeer::mExtPanId field
Syntax
Show:
Summary
Declaration
from
trel.h:64
otExtendedPanId
mExtPanId
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otExtendedPanId
mExtPanId
;
///< The Extended PAN Identifier of TREL peer.
trel.h:64
OutputBytes
(
peer
->
mExtPanId
.
m8
)
;
cli.cpp:7534
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputBytes
(
peer
->
mExtPanId
.
m8
)
;
cli.cpp:7545
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
return
static_cast
<
const
MeshCoP
::
ExtendedPanId
&
>
(
mExtPanId
)
;
trel_interface.hpp:100
ot::Trel::Interface::Peer
ot::Trel::Interface::Peer::GetExtPanId() const
void
SetExtPanId
(
const
MeshCoP
::
ExtendedPanId
&
aExtPanId
)
{
mExtPanId
=
aExtPanId
;
}
trel_interface.hpp:141
ot::Trel::Interface::Peer
ot::Trel::Interface::Peer::SetExtPanId()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otTrelPeer::mExtPanId
is read by 3 functions:
All items filtered out
otTrelPeer::mExtPanId
ot::Trel::Interface::Peer::GetExtPanId() const
ot::Trel::Interface::Peer::SetExtPanId()
ot::Cli::Interpreter::Process()
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