Defines

Api_funcs

Defines

#define DAL_TsensDeviceAttach(DevId, hDalDevice)   DAL_DeviceAttachEx(NULL,DevId,DALTSENS_INTERFACE_VERSION,hDalDevice)

Define Documentation

#define DAL_TsensDeviceAttach (   DevId,
  hDalDevice 
)    DAL_DeviceAttachEx(NULL,DevId,DALTSENS_INTERFACE_VERSION,hDalDevice)

Attaches the client to the TSens driver.

This define is used to obtain the device handle that is required to use the TSens driver APIs.

Parameters:
[in] DevId Device ID (e.g., DALDEVICEID_TSENS).
[out] hDalDevice Pointer to the DAL device handle pointer that will receive a pointer to the TSens device handle.
Returns:
DAL_SUCCESS -- Attach was successful.
DAL_ERROR -- An error occurred when attaching to the device.
 All Files Defines