FingerScanner.deviceRemovedCallback Property¶
Module: FingerScanner
Type: PlugAndPlayCallback
Definition¶
Callback function triggered upon the removal of a device from the channel.
device_removed_callback: PlugAndPlayCallback
Exceptions
An error has occurred during FingerCapture Library execution.
set deviceRemovedCallback(PlugAndPlayCallback value) => setDeviceRemovedCallback(value);
Exceptions
An error has occurred during FingerCapture Library execution.
public PlugAndPlayCallback deviceRemovedCallback
{
set => SetdeviceRemovedCallback(ref value);
}
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_SetDeviceRemovedCallback (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, id3DevicesPlugAndPlayCallback deviceRemovedCallback, void * context)
Returns