FingerScanner.deviceOpenedCallback Property¶
Module: FingerScanner
Type: DeviceSelectedCallback
Definition¶
Callback that is called when a device is opened on this channel.
device_opened_callback: DeviceSelectedCallback
Exceptions
An error has occurred during FingerCapture Library execution.
set deviceOpenedCallback(DeviceSelectedCallback value) => setDeviceOpenedCallback(value);
Exceptions
An error has occurred during FingerCapture Library execution.
public DeviceSelectedCallback deviceOpenedCallback
{
set => SetdeviceOpenedCallback(ref value);
}
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_SetDeviceOpenedCallback (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, id3DevicesDeviceSelectedCallback deviceOpenedCallback, void * context)
Returns