FingerScanner.autoDetect Property¶
Module: FingerScanner
Type: bool
Definition¶
Indicates whether the device is set to automatically detect the presence of a finger.
auto_detect: bool
Exceptions
An error has occurred during FingerCapture Library execution.
bool get autoDetect => getAutoDetect();
set autoDetect(bool value) => setAutoDetect(value);
Exceptions
An error has occurred during FingerCapture Library execution.
public bool autoDetect
{
get => GetautoDetect();
set => SetautoDetect(ref value);
}
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_GetAutoDetect (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, bool * autoDetect)
int id3CaptureFingerScanner_SetAutoDetect (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, bool autoDetect)
Returns