com.upek.android.ptapi.struct
Class PtMatchOnHostParams

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

public class PtMatchOnHostParams
extends java.lang.Object
implements java.io.Serializable

Structure with additional parameters for on-host matching functions.

See Also:
Serialized Form

Field Summary
 byte identificationThreshold
          Threshold for biometric identification
 int securitySetting
          Security level for templates matching (see PT_MATCH_xxxx values)
 int version
          Version of this structure (currently 1)
 
Constructor Summary
PtMatchOnHostParams()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificationThreshold

public byte identificationThreshold
Threshold for biometric identification


securitySetting

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


version

public int version
Version of this structure (currently 1)

Constructor Detail

PtMatchOnHostParams

public PtMatchOnHostParams()