ISpStop
You can use the ISpStop function to stop the flow of data into the virtual elements that began with theISpInit
call. This is data that is switched from device driver callbacks. The application should call the function before it quits.
OSStatus ISpStop (void);
- function result
- A result code.
DESCRIPTION
The ISpStop function stops data from device driver callbacks from being pushed into virtual elements.