FingerTemplate.captureDeviceVendorId Property

Module: FingerTemplate

Type: int

Definition

Capture device vendor identifier.

capture_device_vendor_id: int

Exceptions

An error has occurred during Finger Library execution.
int get captureDeviceVendorId => getCaptureDeviceVendorId();
set captureDeviceVendorId(int value) => setCaptureDeviceVendorId(value);

Exceptions

An error has occurred during Finger Library execution.
public int captureDeviceVendorId
{
    get => GetcaptureDeviceVendorId();
    set => SetcaptureDeviceVendorId(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public int getCaptureDeviceVendorId() throws FingerException
public void setCaptureDeviceVendorId(int captureDeviceVendorId) throws FingerException

Exceptions

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

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplate_GetCaptureDeviceVendorId (ID3_FINGER_TEMPLATE hFingerTemplate, int * captureDeviceVendorId)
int id3FingerTemplate_SetCaptureDeviceVendorId (ID3_FINGER_TEMPLATE hFingerTemplate, int captureDeviceVendorId)

Returns

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