Function GetExtFrontEndInfo

TMSi Data Acquisition SDK

 
TMS International BV

GetExtFrontEndInfo

BOOL GetExtFrontEndInfo( 
HANDLE Handle,
IN OUT TMSiExtFrontendInfoType *ExtFrontEndInfo,
TMSiBatReportType *BatteryReport,
TMSiStorageReportType *StorageReport,
TMSiDeviceReportType *DeviceReport
)

Parameters

Handle
   
Handle of the library
ExtFrontEndInfo
   
Extended information of the frontend
BatteryReport
   
Information on the battery capacity and current charge
StorageReport
   
Information of the memory card capacity and current usage
DeviceReport
   
Information of the amount of usage of the FrontEnd

    

Return Value

If successful this function returns TRUE. If the function return 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.

This function is for Mobita only.

Also see

Open