ESP-IDF
ot::Ip6::Nd::RouterAdvert::Header::IsValid() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
ot::Ip6::Nd::RouterAdvert::Header::IsValid() const
ot::Ip6::Nd::RouterAdvert::Header::IsValid() const method
Indicates whether the header is valid by checking the type field to match Router Advertisement ICMPv6 type.
Syntax
Show:
Summary
Declaration
from
nd6.hpp:580
bool
IsValid
(
void
)
const
;
Return value
TRUE The header is valid. FALSE The header is not valid.
Examples
References
from
examples
Code
Location
bool
IsValid
(
void
)
const
{
return
GetType
(
)
==
Icmp
::
Header
::
kTypeRouterAdvert
;
}
nd6.hpp:580
Call Tree
from
examples
ot::Ip6::Nd::RouterAdvert::Header::IsValid() const
calls 1 function:
All items filtered out
ot::Ip6::Nd::RouterAdvert::Header::IsValid() const
ot::Ip6::Nd::RouterAdvert::Header::GetType() const
All items filtered out
Data Use
from
examples
ot::Ip6::Nd::RouterAdvert::Header::IsValid() const
reads 1 variable:
ot::Ip6::Icmp::Header::Type::kTypeRouterAdvert
All items filtered out
ot::Ip6::Nd::RouterAdvert::Header::IsValid() 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