Functions for handling the Burst completed event.
Set callback function which is called when the generator burst is completed.
- Parameters
-
hDevice | A device handle. |
pCallback | Pointer to callback function. |
pData | Optional user data. |
- Since
- 0.4.0
Set event file descriptor which is set when the generator burst is completed.
- Parameters
-
- Note
- This function is only available on GNU/Linux.
- Since
- 0.4.0
Set event object handle which is set when the generator burst is completed.
- Parameters
-
- Note
- This function is only available on Windows.
- Since
- 0.4.0
void GenSetMessageBurstCompleted |
( |
TpDeviceHandle_t |
hDevice, |
|
|
HWND |
hWnd, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
Set window handle to which a WM_LIBTIEPIE_GEN_BURSTCOMPLETED message is sent when the generator burst is completed.
- Parameters
-
hDevice | A device handle. |
hWnd | A handle to the window whose window procedure is to receive the message. Use NULL to disable. |
wParam | Optional user value for the messages wParam. |
lParam | Optional user value for the messages lParam. |
- Note
- This function is only available on Windows.
- Since
- 0.4.0