[][src]Function openthread_sys::otLinkIsEnabled

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

This function indicates whether or not the link layer is enabled.

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

@retval true Link layer is enabled. @retval false Link layer is not enabled.