ESP-IDF
ot::Ip6::Icmp::RegisterHandler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Icmp::RegisterHandler()
ot::Ip6::Icmp::RegisterHandler() method
Registers ICMPv6 handler.
Syntax
Show:
Summary
Declaration
Definition
from
icmp6.hpp:237
Error
RegisterHandler
(
Handler
&
aHandler
)
;
Implemented in
icmp6.cpp:52
Arguments
Argument
Description
aHandler
A reference to the ICMPv6 handler.
Return value
kErrorNone Successfully registered the ICMPv6 handler. kErrorAlready The ICMPv6 handler is already registered.
Examples
References
from
examples
Code
Location
Error
Icmp
::
RegisterHandler
(
Handler
&
aHandler
)
{
return
mHandlers
.
Add
(
aHandler
)
;
}
icmp6.cpp:52
Error
RegisterHandler
(
Handler
&
aHandler
)
;
icmp6.hpp:237
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