Function otLinkIsEnabled

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

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.