ESP-IDF
otTrelPeer::mExtAddress
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
otTrelPeer::mExtAddress
otTrelPeer::mExtAddress field
Syntax
Show:
Summary
Declaration
from
trel.h:63
otExtAddress
mExtAddress
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otExtAddress
mExtAddress
;
///< The Extended MAC Address of TREL peer.
trel.h:63
OutputExtAddress
(
peer
->
mExtAddress
)
;
cli.cpp:7532
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputExtAddress
(
peer
->
mExtAddress
)
;
cli.cpp:7543
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
const
Mac
::
ExtAddress
&
GetExtAddress
(
void
)
const
{
return
static_cast
<
const
Mac
::
ExtAddress
&
>
(
mExtAddress
)
;
}
trel_interface.hpp:91
ot::Trel::Interface::Peer
ot::Trel::Interface::Peer::GetExtAddress() const
void
SetExtAddress
(
const
Mac
::
ExtAddress
&
aExtAddress
)
{
mExtAddress
=
aExtAddress
;
}
trel_interface.hpp:140
ot::Trel::Interface::Peer
ot::Trel::Interface::Peer::SetExtAddress()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otTrelPeer::mExtAddress
is read by 3 functions:
All items filtered out
otTrelPeer::mExtAddress
ot::Trel::Interface::Peer::GetExtAddress() const
ot::Trel::Interface::Peer::SetExtAddress()
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