FingerTemplate.captureDeviceCertificationList Property¶
Module: FingerTemplate
Type: FingerCaptureDeviceCertificationList
Definition¶
Certification(s) of the device used to the capture the finger image that the template was derived from.
capture_device_certification_list: FingerCaptureDeviceCertificationList
Exceptions
An error has occurred during Finger Library execution.
FingerCaptureDeviceCertificationList get captureDeviceCertificationList => getCaptureDeviceCertificationList();
Exceptions
An error has occurred during Finger Library execution.
public FingerCaptureDeviceCertificationList captureDeviceCertificationList
{
get => GetcaptureDeviceCertificationList();
}
Exceptions
An error has occurred during Finger Library execution.
public FingerCaptureDeviceCertificationList getCaptureDeviceCertificationList() throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var captureDeviceCertificationList: FingerCaptureDeviceCertificationList
get {
return try! getCaptureDeviceCertificationList()
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerTemplate_GetCaptureDeviceCertificationList (ID3_FINGER_TEMPLATE hFingerTemplate, ID3_FINGER_CAPTURE_DEVICE_CERTIFICATION_LIST hCaptureDeviceCertificationList)
Returns