com.upek.android.ptapi.struct
Class PtSessionCfgV2

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

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

PT_SESSION_CFG structure version 2

See Also:
Serialized Form

Field Summary
 int antispoofingLevel
          Level of anti-spoofing security (see PT_ANTISPOOFING_xxxx values)
 int callbackLevel
          Indicates what amount of GUI callbacks is received during biometric operations (see CALLBACKS_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
 boolean navUseHwDetection
          Use Hardware finger detection
 short recFingerDownDelay
          Timing for finger touch
 short recFingerUpDelay
          Timing for finger lift
 boolean recRemoveBottomup
          Remove striation from bottom
 boolean recRemoveTopdown
          Remove striation from top
 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
 short wffFingerDownDelay
          Timing for finger touch
 short wffFingerUpDelay
          Timing for finger lift
 boolean wffUseHwDetection
          Use Hardware finger detection
 
Constructor Summary
PtSessionCfgV2()
           
 
Method Summary
 PtSessionCfgV2 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)


callbackLevel

public int callbackLevel
Indicates what amount of GUI callbacks is received during biometric operations (see CALLBACKS_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


navUseHwDetection

public boolean navUseHwDetection
Use Hardware finger detection


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


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


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

PtSessionCfgV2

public PtSessionCfgV2()
Method Detail

clone

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