FingerScanner.isCapturing Property

Module: FingerScanner

Type: bool

Definition

Indicates whether the device is currently capturing.

is_capturing: bool

Exceptions

An error has occurred during FingerCapture Library execution.
bool get isCapturing => getIsCapturing();

Exceptions

An error has occurred during FingerCapture Library execution.
public bool isCapturing
{
    get => GetisCapturing();
}

Exceptions

An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_GetIsCapturing (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, bool * isCapturing)

Returns

int
An error code.
See id3FingerCaptureError file for the list of possible error codes.