Function GetRecordingConfiguration

TMSi Data Acquisition SDK

 
TMS International BV

GetRecordingConfiguration

BOOLEAN GetRecordingConfiguration( 
IN HANDLE Handle,

IN OUT TMSiRecordingConfigType *RecordingConfig,
IN OUT unsigned int *ChannelConfig,
IN OUT unsigned int *NrOfChannels )
);

Parameters

Handle
   
Handle of the library

RecordingConfig
   Pointer to a recording configuration for the device

ChannelConfig
   Reserved, use NULL pointer.
NrOfChannels
   Reserved, use 0.

    

Return Value

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

 

Comments

This function is used to get the current measurement recording schedule and settings of the frontend.

The Open function must have been successfully called before using this function.

This function is for Mobita only.


 Also see

Open, SetRecordingConfiguration