pub unsafe extern "C" fn otIcmp6GetEchoMode(
    aInstance: *mut otInstance
) -> otIcmp6EchoMode
Expand description

Indicates whether or not ICMPv6 Echo processing is enabled.

@param[in] aInstance A pointer to an OpenThread instance.

@retval OT_ICMP6_ECHO_HANDLER_DISABLED ICMPv6 Echo processing is disabled. @retval OT_ICMP6_ECHO_HANDLER_UNICAST_ONLY ICMPv6 Echo processing enabled for unicast requests only @retval OT_ICMP6_ECHO_HANDLER_MULTICAST_ONLY ICMPv6 Echo processing enabled for multicast requests only @retval OT_ICMP6_ECHO_HANDLER_ALL ICMPv6 Echo processing enabled for unicast and multicast requests