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


12.3.3 ti_pause_interference

Function is used to pause test interference process at any moment. It has the following prototype:

     void ti_pause_interference(testInterference* aInterference);

and can be used in the following way:

     ti_pause_interference(disturbance);

aInterference argument is pointer to testInterference structure, returned by ti_start_interference or ti_start_interference_timed function.