Function Open

TMSi Data Acquisition SDK

 
TMS International BV

Open

BOOLEAN Open( 
IN HANDLE Handle
IN const char* DeviceLocator
);

Parameters


Handle

    Handle of the library

DeviceLocator

    Name of the device you want to open, as given by GetDeviceList


Return Value

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

Comments

Open tries to interrogate the device given by the DeviceLocator. The DeviceLocator string must be a pointer to a string previously given by the GetDeviceList function.

Also see

Close