Function GetFrontEndInfo

TMSi Data Acquisition SDK

 
TMS International BV

GetFrontEndInfo

BOOL GetFrontEndInfo( 
HANDLE Handle,
FRONTENDINFO *FrontEndInfo)

Parameters

Handle
   
Handle of the library
FrontEndInfo
   
Information of the FrontEnd

    

Return Value

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

Comments

The Open function must have been called before. For the application, the fields NrOfChannels, Serial, NrExg, NrAux from the FRONTENDINFO are most useful.

 

Also see

Open