ESP-IDF
ot::NetworkData::HasRouteEntry::IsAdvPio() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::NetworkData::HasRouteEntry::IsAdvPio() const
ot::NetworkData::HasRouteEntry::IsAdvPio() const method
Indicates whether or not the Advertising PIO (AP) flag is set.
Syntax
Show:
Summary
Declaration
from
network_data_tlvs.hpp:437
bool
IsAdvPio
(
void
)
const
;
Return value
TRUE If the AP flag is set. FALSE If the AP flag is not set.
Examples
References
from
examples
Code
Location
bool
IsAdvPio
(
void
)
const
{
return
(
mFlags
&
kAdvPioFlag
)
!=
0
;
}
network_data_tlvs.hpp:437
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::NetworkData::HasRouteEntry::IsAdvPio() const
reads 2 variables:
ot::NetworkData::HasRouteEntry::kAdvPioFlag
ot::NetworkData::HasRouteEntry::mFlags
All items filtered out
ot::NetworkData::HasRouteEntry::IsAdvPio() 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