[][src]Function openthread_sys::otLinkRawIsEnabled

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

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

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

@retval true The raw link-layer is enabled. @retval false The raw link-layer is disabled.