| 
    LibTiePie
    0.4.3
    
   Library for interfacing TiePie engineering instruments 
   | 
 
Functions | |
| void | ScpSetCallbackDataReady (TpDeviceHandle_t hDevice, TpCallback_t pCallback, void *pData) | 
| Set callback function which is called when the instrument has data ready.   | |
| void | ScpSetEventDataReady (TpDeviceHandle_t hDevice, int fdEvent) | 
| void | ScpSetEventDataReady (TpDeviceHandle_t hDevice, HANDLE hEvent) | 
| void | ScpSetMessageDataReady (TpDeviceHandle_t hDevice, HWND hWnd, WPARAM wParam, LPARAM lParam) | 
| Set window handle to which a WM_LIBTIEPIE_SCP_DATAREADY message is sent when the instrument has data ready.   | |
| void ScpSetCallbackDataReady | ( | TpDeviceHandle_t | hDevice, | 
| TpCallback_t | pCallback, | ||
| void * | pData | ||
| ) | 
Set callback function which is called when the instrument has data ready.
| hDevice | A device handle. | 
| pCallback | Pointer to callback function. | 
| pData | Optional user data. | 
| void ScpSetEventDataReady | ( | TpDeviceHandle_t | hDevice, | 
| int | fdEvent | ||
| ) | 
| hDevice | A Opening a device "device handle". | 
| fdEvent | Event file descriptor. | 
| void ScpSetEventDataReady | ( | TpDeviceHandle_t | hDevice, | 
| HANDLE | hEvent | ||
| ) | 
| hDevice | A Opening a device "device handle". | 
| hEvent | A handle to the event object. | 
| void ScpSetMessageDataReady | ( | TpDeviceHandle_t | hDevice, | 
| HWND | hWnd, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) | 
Set window handle to which a WM_LIBTIEPIE_SCP_DATAREADY message is sent when the instrument has data ready.
| hDevice | A Opening a device "device handle". | 
| hWnd | A handle to the window whose window procedure is to receive the message. | 
| wParam | Optional user value for the messages wParam. | 
| lParam | Optional user value for the messages lParam. |