This structure implements ICMPv6 message handler.

Public Attributes#

The ICMPv6 received callback.

void *

A pointer to arbitrary context information.

A pointer to the next handler in the list.

Public Attribute Documentation#

mReceiveCallback#

otIcmp6ReceiveCallback otIcmp6Handler::mReceiveCallback

The ICMPv6 received callback.


Definition at line 131 of file include/openthread/icmp6.h

mContext#

void* otIcmp6Handler::mContext

A pointer to arbitrary context information.


Definition at line 132 of file include/openthread/icmp6.h

mNext#

struct otIcmp6Handler* otIcmp6Handler::mNext

A pointer to the next handler in the list.


Definition at line 133 of file include/openthread/icmp6.h