ESP-IDF
ot::Ip6::Nd::RaFlagsExtOption
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Nd::RaFlagsExtOption
ot::Ip6::Nd::RaFlagsExtOption class
Syntax
Show:
Summary
Declaration
from
nd6.hpp:454
class
RaFlagsExtOption
:
public
Option
,
private
Clearable
<
RaFlagsExtOption
>
{
friend
class
Clearable
<
RaFlagsExtOption
>
;
public
:
static
constexpr
Type
kType
=
kTypeRaFlagsExtension
;
void
Init
(
void
)
;
bool
IsValid
(
void
)
const
{
return
GetSize
(
)
>=
sizeof
(
*
this
)
;
}
RaFlagsExtOption
(
void
)
=
delete
;
private
:
uint8_t
mFlags
[
6
]
;
}
;
Fields
Field
Declared as
ot::Ip6::Nd::RaFlagsExtOption::kType
ot::Ip6::Nd::RaFlagsExtOption::mFlags
uint8_t
[
6
]
Methods
Init()
Initializes the RA Flags Extension option with proper type and length and sets all flags to zero.
IsValid() const
Tells whether this option is valid.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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