Function GetCardFileSignalFormat

TMSi Data Acquisition SDK

 
TMS International BV

GetCardFileSignalFormat

PSIGNAL_FORMAT GetCardFileSignalFormat (
IN HANDLE )

Parameters

Handle
   
Handle of the library.

Return Value

If successful returns the pointer to the first element in the array. If unsuccessful this function returns NULL, in that case use GetErrorCode to get the error code.

Comments

For this function to work, OpenCardFile must be called first.

One file can have multiple channels. This function is used to get information about each of these channels. This function returns a structure for each channel in the system. This array of structures is allocated by the SDK and must be freed using Free(). See SIGNAL_FORMAT for a description of the returned structures. 


 This function is for Mobita only.

Also see

SIGNAL_FORMAT