Function StartCardFile

TMSi Data Acquisition SDK

 
TMS International BV

StartCardFile

BOOLEAN StartCardFile( 
IN HANDLE Handle
);

Parameters

Handle
   
Handle of  the library

    

Return Value

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

Comments

This function will start reading data from the file on the card. After starting the device use GetCardFileSamples() to get the sample data from the card. 

This function is for Mobita only. 

Also see

StopCardFile, GetCardFileSamples