Function StopCardFile

TMSi Data Acquisition SDK

 
TMS International BV

StopCardFile

BOOLEAN StopCardFile( 
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

This function stops reading data from the file on the card. After stopping the device do not use GetCardFileSamples any more.

This function is for Mobita only.

Also see

StartCardFile, GetCardFileSamples