Implements ICMPv6 message handler.
Public Attributes#
The ICMPv6 received callback.
void *
A pointer to arbitrary context information.
struct otIcmp6Handler *
A pointer to the next handler in the list.
Public Attribute Documentation#
mReceiveCallback#
otIcmp6ReceiveCallback otIcmp6Handler::mReceiveCallback
The ICMPv6 received callback.
Definition at line
132
of file include/openthread/icmp6.h
mContext#
void* otIcmp6Handler::mContext
A pointer to arbitrary context information.
Definition at line
133
of file include/openthread/icmp6.h
mNext#
struct otIcmp6Handler* otIcmp6Handler::mNext
A pointer to the next handler in the list.
Definition at line
134
of file include/openthread/icmp6.h