[][src]Function openthread_sys::otIp6IsEnabled

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

This function 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.