Defines | |
#define | DAL_TsensDeviceAttach(DevId, hDalDevice) DAL_DeviceAttachEx(NULL,DevId,DALTSENS_INTERFACE_VERSION,hDalDevice) |
#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.
[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. |