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


12.3.5 ti_stop_interference

Function used to stop and destroy previously created testInterference. Function has the following prototype:

     void ti_stop_interference(testInterference* aInterference);

and can be used in the following way:

     ti_stop_interference(disturbance);

aInterference argument is a pointer to testInterference structure, and after function returns, it will be set to NULL. Interference process will be killed. Memory taken for test interference data will be freed.