pub unsafe extern "C" fn otDatasetSetDelayTimerMinimal(
    aInstance: *mut otInstance,
    aDelayTimerMinimal: u32
) -> otError
Expand description

For FTD only, sets a minimal delay timer.

@note This API is reserved for testing and demo purposes only. Changing settings with this API will render a production application non-compliant with the Thread Specification.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aDelayTimerMinimal The value of minimal delay timer (in ms).

@retval OT_ERROR_NONE Successfully set minimal delay timer. @retval OT_ERROR_INVALID_ARGS If @p aDelayTimerMinimal is not valid.