Functions to set callbacks that are triggered when the device list is changed.
More...
Functions to set callbacks that are triggered when the device list is changed.
◆ tiepie_hw_devicelist_set_callback_device_added()
Set a callback function which is called when a device is added to the device list.
- Parameters
-
[in] | callback | A pointer to the callback function. Use NULL to disable. |
[in] | data | Optional user data. |
- Status values
-
- Since
- 1.0
◆ tiepie_hw_devicelist_set_callback_device_removed()
Set a callback function which is called when a device is removed from the device list.
- Parameters
-
[in] | callback | A pointer to the callback function. Use NULL to disable. |
[in] | data | Optional user data. |
- Status values
-
- Since
- 1.0
◆ tiepie_hw_devicelist_set_callback_device_can_open_changed()
Set a callback function which is called when the device can open property changes.
- Parameters
-
[in] | callback | A pointer to the callback function. Use NULL to disable. |
[in] | data | Optional user data. |
- Status values
-
- Since
- 1.0