MaxFRRRequested

Description

Sets or retrieves the maximum acceptable value for a false rejection rate.

Applies to

BiometricScanner objects

NoteFunction availability This function is not used by the HPBiometricScanner object implementation of the BiometricScanner base class.

Syntax

Integer scanner.FRRRequested ( {maxFRR } )

Argument

Description

scanner

The scanner object associated with the device you want to use to complete a scan

maxFRR

Integer value that you use to set the maximum acceptable FRR

Returns

Integer. For the syntax without the maxFRR argument, returns the current value for the maximum acceptable FRR.

For the syntax with the maxFRR argument, returns 1 for success or a negative values if an error occurs.

Usage

Together with the maximum false acceptance rate, setting the maximum FRR is how you set threshholds for returning scores in the verification stage of a scan operation. If you assign -1 as the value for the maxFRR argument, the manufacturer’s default setting is used for the maximum FRR value.

Examples

Example 1

The following example retrieves the maximum FRR to a local variable:

li_rtn = l_bioscanner.FRRRequested( )

See also