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

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.