ESP-IDF
ot::BorderRouter::InfraIf::GetIfIndex() 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::BorderRouter::InfraIf::GetIfIndex() const
ot::BorderRouter::InfraIf::GetIfIndex() const method
Returns the infrastructure interface index.
Syntax
Show:
Summary
Declaration
from
infra_if.hpp:108
uint32_t
GetIfIndex
(
void
)
const
;
Return value
The interface index or zero if not initialized.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
GetIfIndex
(
void
)
const
{
return
mIfIndex
;
}
infra_if.hpp:108
else
if
(
aInfraIfIndex
!=
mInfraIf
.
GetIfIndex
(
)
)
routing_manager.cpp:94
ot::BorderRouter::RoutingManager
ot::BorderRouter::RoutingManager::Init()
LogInfo
(
"Reinitializing - InfraIfIndex:%lu -> %lu"
,
ToUlong
(
mInfraIf
.
GetIfIndex
(
)
)
,
ToUlong
(
aInfraIfIndex
)
)
;
routing_manager.cpp:96
ot::BorderRouter::RoutingManager
ot::BorderRouter::RoutingManager::Init()
error
=
mInfraIf
.
HandleStateChanged
(
mInfraIf
.
GetIfIndex
(
)
,
aInfraIfIsRunning
)
;
routing_manager.cpp:105
ot::BorderRouter::RoutingManager
ot::BorderRouter::RoutingManager::Init()
Call Tree
from
examples
ot::BorderRouter::InfraIf::GetIfIndex() const
is called by 1 function:
ot::BorderRouter::RoutingManager::Init()
All items filtered out
ot::BorderRouter::InfraIf::GetIfIndex() const
All items filtered out
Data Use
from
examples
ot::BorderRouter::InfraIf::GetIfIndex() const
reads 1 variable:
ot::BorderRouter::InfraIf::mIfIndex
All items filtered out
ot::BorderRouter::InfraIf::GetIfIndex() 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