pub unsafe extern "C" fn otIcmp6SendEchoRequest(
aInstance: *mut otInstance,
aMessage: *mut otMessage,
aMessageInfo: *const otMessageInfo,
aIdentifier: u16,
) -> otError
Expand description
Sends an ICMPv6 Echo Request via the Thread interface.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aMessage A pointer to the message buffer containing the ICMPv6 payload. @param[in] aMessageInfo A reference to message information associated with @p aMessage. @param[in] aIdentifier An identifier to aid in matching Echo Replies to this Echo Request. May be zero.