com.upek.android.ptapi.struct
Class PtExtendedInfoV2

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

public class PtExtendedInfoV2
extends PtExtendedInfo

A structure used by PTExtendedInfo to return additional information about FM (version 2).

See Also:
Serialized Form

Field Summary
 int bioLibVersion
          Version of used BioLib
 int fwFunctionality2
          Additional flags of supported functionality
 short fwUpdateCount
          Number of performed firmware updates
 int templateTypeFlags
          Flags of all supported template formats (see PT_TEMPLATEBIT_xxxx)
 
Fields inherited from class com.upek.android.ptapi.struct.PtExtendedInfo
guid, systemId, systemName, version
 
Constructor Summary
PtExtendedInfoV2()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bioLibVersion

public int bioLibVersion
Version of used BioLib


fwFunctionality2

public int fwFunctionality2
Additional flags of supported functionality


fwUpdateCount

public short fwUpdateCount
Number of performed firmware updates


templateTypeFlags

public int templateTypeFlags
Flags of all supported template formats (see PT_TEMPLATEBIT_xxxx)

Constructor Detail

PtExtendedInfoV2

public PtExtendedInfoV2()