FingerTemplate.captureDeviceType Property¶
Module: FingerTemplate
Type: int
Definition¶
Capture device type identifier that identifies the product type that created this finger template.
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 id3FingerTemplate_GetCaptureDeviceType (ID3_FINGER_TEMPLATE hFingerTemplate, int * captureDeviceType)
int id3FingerTemplate_SetCaptureDeviceType (ID3_FINGER_TEMPLATE hFingerTemplate, int captureDeviceType)
Returns