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

Indicates whether or not the IPv6 interface is up.

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

@retval TRUE The IPv6 interface is enabled. @retval FALSE The IPv6 interface is disabled.