FingerImage.captureDeviceType Property

Module: FingerImage

Type: int

Definition

Capture device type identifier that identifies the product type that created this finger image.

Note

The identifier shall be assigned by the registered product owner or other approved registration authority, such as IBIA (www.ibia.org). A value of all zeros indicates that the capture device type is unreported.

capture_device_type: int

Exceptions

An error has occurred during Finger Library execution.
int get captureDeviceType => getCaptureDeviceType();
set captureDeviceType(int value) => setCaptureDeviceType(value);

Exceptions

An error has occurred during Finger Library execution.
public int captureDeviceType
{
    get => GetcaptureDeviceType();
    set => SetcaptureDeviceType(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public int getCaptureDeviceType() throws FingerException
public void setCaptureDeviceType(int captureDeviceType) throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var captureDeviceType: Int
    get {
        return Int(try! getCaptureDeviceType())
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerImage_GetCaptureDeviceType (ID3_FINGER_IMAGE hFingerImage, int * captureDeviceType)
int id3FingerImage_SetCaptureDeviceType (ID3_FINGER_IMAGE hFingerImage, int captureDeviceType)

Returns

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