ESP-IDF
ot::BackboneRouter::NdProxyTable::NdProxy::GetRloc16() const
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::BackboneRouter::NdProxyTable::NdProxy::GetRloc16() const
ot::BackboneRouter::NdProxyTable::NdProxy::GetRloc16() const method
Gets the short address of the device who sends the DUA registration.
Syntax
Show:
Summary
Declaration
from
ndproxy_table.hpp:108
uint16_t
GetRloc16
(
void
)
const
;
Return value
The RLOC16 value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
GetRloc16
(
void
)
const
{
return
mRloc16
;
}
ndproxy_table.hpp:108
dest
.
SetToRoutingLocator
(
Get
<
Mle
::
MleRouter
>
(
)
.
GetMeshLocalPrefix
(
)
,
ndProxy
->
GetRloc16
(
)
)
;
bbr_manager.cpp:691
ot::BackboneRouter::Manager
ot::BackboneRouter::Manager::HandleDadBackboneAnswer()
Call Tree
from
examples
ot::BackboneRouter::NdProxyTable::NdProxy::GetRloc16() const
is called by 1 function:
ot::BackboneRouter::Manager::HandleDadBackboneAnswer()
All items filtered out
ot::BackboneRouter::NdProxyTable::NdProxy::GetRloc16() const
All items filtered out
Data Use
from
examples
ot::BackboneRouter::NdProxyTable::NdProxy::GetRloc16() const
reads 1 variable:
ot::BackboneRouter::NdProxyTable::NdProxy::mRloc16
All items filtered out
ot::BackboneRouter::NdProxyTable::NdProxy::GetRloc16() const
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