Next: ti_stop_interference, Previous: ti_pause_interference, Up: Test Interference API
Function is used to resume previously paused interference process. If the process was not paused, call is ignored.
Function has the following prototype:
void ti_resume_interference(testInterference* aInterference);
and can be used in the following way:
ti_pause_interference(disturbance);
aInterference
argument is pointer to testInterference
structure.