BarcodeScanner base class  CallLog object

Chapter 2: System Object Properties, Events, and Functions

BiometricScanner base class

The BiometricScanner is a base class for nonvisual objects that can read and process biometric data. The HPBiometricScanner object implements the methods and properties of this base class for the purpose of scanning fingerprints.

Properties

BiometricScanner property

Datatype

Description

ScannerType

Integer

Bitset of authentication techniques used by the biometric scanner, including voice, fingerprint, and iris recognition

Functions

BiometricScanner function

Datatype returned

Description

Close

Integer

Optional method that clears all buffers, detaches from the scanner firmware, and unloads all scanning DLLs. By default, this method is called by the BiometricScanner object destructor.

FARPrecedence

Integer

Specifies whether the false acceptance rate (FAR) has precedence over the false rejection rate (FRR). This has meaning only if both the FAR and FRR have non-default values.

MaxFARRequested

Integer

Sets or retrieves the FAR.

MaxFRRRequested

Integer

Sets or retrieves the FRR.

Open

Integer

Loads the scanning DLLs and connects to the scanner firmware.

ScanCapture

Integer

Sets the timeout period for a (synchronous) scan. The timeout period is the amount of time allowed to elapse before a scan resumes following a pause in the scanning. Asynchronous biometric scans are not supported.

ScannedBitmap

Integer

Retrieves the image from the most recent scan. If height and width attributes are not provided in this function call, the bitmap file (BMP) representing the image uses the default image size.

ScannedMinutiae

Integer

Retrieves the encoded minutiae buffer from the most recent scan.

ScannedQuality

Integer

Returns the quality rating from the most recent scan.

VerifyMatch

Integer

Compares the current candidate minutiae against the template (stored) minutiae records. A successful return value (+1) indicates they match within the specified FAR/FRR ratio.





Copyright © 2004. Sybase Inc. All rights reserved. CallLog object

View this book as PDF