0.01.00
icmp6_api.cpp File Reference

This file implements the OpenThread ICMPv6 API. More...

Functions

bool otIcmp6IsEchoEnabled (otInstance *aInstance)
 This function indicates whether or not ICMPv6 Echo processing is enabled. More...
 
void otIcmp6SetEchoEnabled (otInstance *aInstance, bool aEnabled)
 This function sets whether or not ICMPv6 Echo processing is enabled. More...
 
otError otIcmp6RegisterHandler (otInstance *aInstance, otIcmp6Handler *aHandler)
 This function registers a handler to provide received ICMPv6 messages. More...
 
otError otIcmp6SendEchoRequest (otInstance *aInstance, otMessage *aMessage, const otMessageInfo *aMessageInfo, uint16_t aIdentifier)
 This function sends an ICMPv6 Echo Request via the Thread interface. More...
 

Detailed Description

This file implements the OpenThread ICMPv6 API.