com.upek.android.ptapi.struct
Class PtSessionCfgV1

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

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

PT_SESSION_CFG structure version 1

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
 byte[] reserved
          Not used
 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
 
Constructor Summary
PtSessionCfgV1()
           
 
Method Summary
 PtSessionCfgV1 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


reserved

public byte[] reserved
Not used


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

Constructor Detail

PtSessionCfgV1

public PtSessionCfgV1()
Method Detail

clone

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