ESP-IDF
otIcmp6Header::mType
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
otIcmp6Header::mType
otIcmp6Header::mType field
Syntax
Show:
Summary
Declaration
from
icmp6.h:92
uint8_t
mType
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mType
;
///< Type
icmp6.h:92
bool
IsError
(
void
)
const
{
return
mType
<
OT_ICMP6_TYPE_ECHO_REQUEST
;
}
icmp6.hpp:114
ot::Ip6::Icmp::Header
ot::Ip6::Icmp::Header::IsError() const
Type
GetType
(
void
)
const
{
return
static_cast
<
Type
>
(
mType
)
;
}
icmp6.hpp:121
ot::Ip6::Icmp::Header
ot::Ip6::Icmp::Header::GetType() const
void
SetType
(
Type
aType
)
{
mType
=
static_cast
<
uint8_t
>
(
aType
)
;
}
icmp6.hpp:128
ot::Ip6::Icmp::Header
ot::Ip6::Icmp::Header::SetType()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otIcmp6Header::mType
is written by 1 function and is read by 2 functions:
ot::Ip6::Icmp::Header::SetType()
All items filtered out
otIcmp6Header::mType
ot::Ip6::Icmp::Header::IsError() const
ot::Ip6::Icmp::Header::GetType() 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