[ip6] update documentation for otIp6ReceiveCallback (#3584)

This commit is contained in:
Abtin Keshavarzian
2019-02-12 06:03:57 -08:00
committed by Jonathan Hui
parent 778f99798e
commit 445827108b
+3 -1
View File
@@ -413,7 +413,9 @@ otMessage *otIp6NewMessageFromBuffer(otInstance * aInstance,
/**
* This function pointer is called when an IPv6 datagram is received.
*
* @param[in] aMessage A pointer to the message buffer containing the received IPv6 datagram.
* @param[in] aMessage A pointer to the message buffer containing the received IPv6 datagram. This function transfers
* the ownership of the @p aMessage to the receiver of the callback. The message should be
* freed by the receiver of the callback after it is processed (@sa otMessageFree).
* @param[in] aContext A pointer to application-specific context.
*
*/