[][src]Function openthread_sys::otPlatRadioDisable

pub unsafe extern "C" fn otPlatRadioDisable(
    aInstance: *mut otInstance
) -> otError

Disable the radio.

@param[in] aInstance The OpenThread instance structure.

@retval OT_ERROR_NONE Successfully transitioned to Disabled. @retval OT_ERROR_INVALID_STATE The radio was not in sleep state.