ESP-IDF
ot::Ip6::Nd::NeighborAdvertMessage::mCode
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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::NeighborAdvertMessage::mCode
ot::Ip6::Nd::NeighborAdvertMessage::mCode field
Syntax
Show:
Summary
Declaration
from
nd6.hpp:1007
uint8_t
mCode
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mCode
;
nd6.hpp:1007
bool
IsValid
(
void
)
const
{
return
(
mType
==
Icmp
::
Header
::
kTypeNeighborAdvert
)
&&
(
mCode
==
0
)
;
}
nd6.hpp:926
ot::Ip6::Nd::NeighborAdvertMessage
ot::Ip6::Nd::NeighborAdvertMessage::IsValid() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Nd::NeighborAdvertMessage::mCode
is read by 1 function:
All items filtered out
ot::Ip6::Nd::NeighborAdvertMessage::mCode
ot::Ip6::Nd::NeighborAdvertMessage::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