Functions to set notifications that are triggered when a device is removed from the list.
Set a callback function which is called when a device is removed from the device list.
- Parameters
-
| [in] | pCallback | A pointer to the callback function. Use NULL to disable. |
| [in] | pData | Optional user data. |
- Status values
-
- Since
- 0.5
| void LstSetEventDeviceRemoved |
( |
int |
fdEvent | ) |
|
Set an event file descriptor which is set when a device is removed from the device list.
- Parameters
-
| [in] | fdEvent | an event file descriptor. Use <0 to disable. |
- Note
- This function is only available on GNU/Linux.
- Status values
-
- Since
- 0.4.0