Next: , Previous: ti_pause_interference, Up: Test Interference API


12.3.4 ti_resume_interference

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.