ESP-IDF
ot::Ip6::Icmp::Header::IsError() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::Icmp::Header::IsError() const
ot::Ip6::Icmp::Header::IsError() const method
Indicates whether the ICMPv6 message is an error message.
Syntax
Show:
Summary
Declaration
from
icmp6.hpp:114
bool
IsError
(
void
)
const
;
Return value
TRUE if the ICMPv6 message is an error message. FALSE if the ICMPv6 message is an informational message.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsError
(
void
)
const
{
return
mType
<
OT_ICMP6_TYPE_ECHO_REQUEST
;
}
icmp6.hpp:114
VerifyOrExit
(
!
aHeaders
.
GetIcmpHeader
(
)
.
IsError
(
)
)
;
icmp6.cpp:99
ot::Ip6::Icmp
ot::Ip6::Icmp::SendError()
Call Tree
from
examples
ot::Ip6::Icmp::Header::IsError() const
is called by 1 function:
ot::Ip6::Icmp::SendError()
All items filtered out
ot::Ip6::Icmp::Header::IsError() const
All items filtered out
Data Use
from
examples
ot::Ip6::Icmp::Header::IsError() const
reads 2 variables:
otIcmp6Type::OT_ICMP6_TYPE_ECHO_REQUEST
otIcmp6Header::mType
All items filtered out
ot::Ip6::Icmp::Header::IsError() 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