FingerScanner.deviceClosedCallback Property¶
Module: FingerScanner
Type: DeviceSelectedCallback
Definition¶
Callback function for when a device is closed on this channel.
device_closed_callback: DeviceSelectedCallback
Exceptions
An error has occurred during FingerCapture Library execution.
set deviceClosedCallback(DeviceSelectedCallback value) => setDeviceClosedCallback(value);
Exceptions
An error has occurred during FingerCapture Library execution.
public DeviceSelectedCallback deviceClosedCallback
{
set => SetdeviceClosedCallback(ref value);
}
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_SetDeviceClosedCallback (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, id3DevicesDeviceSelectedCallback deviceClosedCallback, void * context)
Returns