mirror of
https://github.com/espressif/openthread.git
synced 2026-09-18 15:10:12 +00:00
[ip6] update documentation for otIp6ReceiveCallback (#3584)
This commit is contained in:
committed by
Jonathan Hui
parent
778f99798e
commit
445827108b
@@ -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.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user