Function Stop

TMSi Data Acquisition SDK

 
TMS International BV

Stop

BOOLEAN Stop( 
IN HANDLE Handle
);

Parameters

Handle
   
Handle of the library

    

Return Value

If successful this function returns TRUE, else FALSE. If the function returns FALSE, use GetErrorCode to get the error code.

Comments

Stops the data acquisition. Call SetSignalBuffer() before starting data acquisition again.

 

Also see

Start, SetSignalBuffer