otIcmp6Handler
#include <icmp6.h>
Implements ICMPv6 message handler.
Summary
Public attributes |
|
---|---|
mContext
|
void *
A pointer to arbitrary context information.
|
mNext
|
struct otIcmp6Handler *
A pointer to the next handler in the list.
|
mReceiveCallback
|
The ICMPv6 received callback.
|
Public attributes
mContext
void * otIcmp6Handler::mContext
A pointer to arbitrary context information.
mReceiveCallback
otIcmp6ReceiveCallback otIcmp6Handler::mReceiveCallback
The ICMPv6 received callback.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.