com.upek.android.ptapi.struct
Class PtSessionCfgV3

java.lang.Object
  extended by com.upek.android.ptapi.struct.PtSessionCfgV3
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class PtSessionCfgV3
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

PT_SESSION_CFG structure version 3

See Also:
Serialized Form

Field Summary
 int antispoofingLevel
          Level of anti-spoofing security (see PT_ANTISPOOFING_xxxx values)
 short bioEnrollInputType
          Reconstruction type for enrollment (see PT_BIO_INPUT_TYPE_xxxx values)
 short bioVerifyInputType
          Reconstruction type for verification (see PT_BIO_INPUT_TYPE_xxxx values)
 int callbackLevel
          Indicates what amount of GUI callbacks is received during biometric operations (see CALLBACKS_xxxx values)
 byte consolidationType
          Type of consolidation in multienrollment (see PT_CONSOLIDATION_xxxx values)
 short enableScanQualityQuery
          Bitmask of scan quality modes (see PT_SCANQUALQUERY_xxxx values)
 boolean latentDetect
          Indicates whether or not latent detection should be activated (valid only for area sensor)
 boolean multipleEnroll
          Indicates whether or not enrollment should use multiple finger images
 int navClickAllowedMovement
          Maximum allowed movement for click
 short navClickTimeMax
          Maximum elapsed time to detect a click
 short navClickTimeMin
          Minimum elapsed time to detect a click
 short navFingerDownDelay
          Timing for finger touch
 short navFingerUpDelay
          Timing for finger lift
 short navMovementDelay
          Delay before movement detection
 short navNavigationType
          Navigation type (see PT_NAVTYPE_xxxx values)
 boolean navUseHwDetection
          Use Hardware finger detection
 byte recDigitalGain
          Digital gain
 short recFingerDownDelay
          Timing for finger touch
 short recFingerUpDelay
          Timing for finger lift
 boolean recRemoveBottomup
          Remove striation from bottom
 boolean recRemoveTopdown
          Remove striation from top
 byte recRetuning
          Enable retuning (see PT_RETUNING_xxxx values)
 short recTerminationPolicy
          Defines the way, how end of finger scan is determined (see PT_SCAN_TERMINATION_xxxx values)
 boolean recUseHwDetection
          Use Hardware finger detection
 int securitySetting
          Security level for templates matching (see PT_MATCH_xxxx values)
 boolean sensorDisabling
          Indicates whether or not put sensor into sleep mode after each biometric operation
 boolean subSample
          Indicates wsether or not extraction should sub-sample images
 byte subWindowArea
          Area of the subwindow in percents of the full area used for extractor
 boolean wakeUpByFinger
          If PT_TRUE, FM can be woken up from deep sleep by a finger on sensor
 int wakeUpByFingerTimeout
          Timeout for returning to standby after wake-up by finger (in milliseconds)
 short wffFingerDownDelay
          Timing for finger touch
 short wffFingerUpDelay
          Timing for finger lift
 boolean wffUseHwDetection
          Use Hardware finger detection
 
Constructor Summary
PtSessionCfgV3()
           
 
Method Summary
 PtSessionCfgV3 clone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

antispoofingLevel

public int antispoofingLevel
Level of anti-spoofing security (see PT_ANTISPOOFING_xxxx values)


bioEnrollInputType

public short bioEnrollInputType
Reconstruction type for enrollment (see PT_BIO_INPUT_TYPE_xxxx values)


bioVerifyInputType

public short bioVerifyInputType
Reconstruction type for verification (see PT_BIO_INPUT_TYPE_xxxx values)


callbackLevel

public int callbackLevel
Indicates what amount of GUI callbacks is received during biometric operations (see CALLBACKS_xxxx values)


consolidationType

public byte consolidationType
Type of consolidation in multienrollment (see PT_CONSOLIDATION_xxxx values)


enableScanQualityQuery

public short enableScanQualityQuery
Bitmask of scan quality modes (see PT_SCANQUALQUERY_xxxx values)


latentDetect

public boolean latentDetect
Indicates whether or not latent detection should be activated (valid only for area sensor)


multipleEnroll

public boolean multipleEnroll
Indicates whether or not enrollment should use multiple finger images


navClickAllowedMovement

public int navClickAllowedMovement
Maximum allowed movement for click


navClickTimeMax

public short navClickTimeMax
Maximum elapsed time to detect a click


navClickTimeMin

public short navClickTimeMin
Minimum elapsed time to detect a click


navFingerDownDelay

public short navFingerDownDelay
Timing for finger touch


navFingerUpDelay

public short navFingerUpDelay
Timing for finger lift


navMovementDelay

public short navMovementDelay
Delay before movement detection


navNavigationType

public short navNavigationType
Navigation type (see PT_NAVTYPE_xxxx values)


navUseHwDetection

public boolean navUseHwDetection
Use Hardware finger detection


recDigitalGain

public byte recDigitalGain
Digital gain


recFingerDownDelay

public short recFingerDownDelay
Timing for finger touch


recFingerUpDelay

public short recFingerUpDelay
Timing for finger lift


recRemoveBottomup

public boolean recRemoveBottomup
Remove striation from bottom


recRemoveTopdown

public boolean recRemoveTopdown
Remove striation from top


recRetuning

public byte recRetuning
Enable retuning (see PT_RETUNING_xxxx values)


recTerminationPolicy

public short recTerminationPolicy
Defines the way, how end of finger scan is determined (see PT_SCAN_TERMINATION_xxxx values)


recUseHwDetection

public boolean recUseHwDetection
Use Hardware finger detection


securitySetting

public int securitySetting
Security level for templates matching (see PT_MATCH_xxxx values)


sensorDisabling

public boolean sensorDisabling
Indicates whether or not put sensor into sleep mode after each biometric operation


subSample

public boolean subSample
Indicates wsether or not extraction should sub-sample images


subWindowArea

public byte subWindowArea
Area of the subwindow in percents of the full area used for extractor


wakeUpByFinger

public boolean wakeUpByFinger
If PT_TRUE, FM can be woken up from deep sleep by a finger on sensor


wakeUpByFingerTimeout

public int wakeUpByFingerTimeout
Timeout for returning to standby after wake-up by finger (in milliseconds)


wffFingerDownDelay

public short wffFingerDownDelay
Timing for finger touch


wffFingerUpDelay

public short wffFingerUpDelay
Timing for finger lift


wffUseHwDetection

public boolean wffUseHwDetection
Use Hardware finger detection

Constructor Detail

PtSessionCfgV3

public PtSessionCfgV3()
Method Detail

clone

public PtSessionCfgV3 clone()
                     throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException