com.upek.android.ptapi.struct
Class PtInfo

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

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

A structure used by PTInfo to return status-independent information about FM.

Author:
michal.sida
See Also:
Serialized Form

Field Summary
 int authentifyId
          ID of the Authentify group.
 int companionVendorCode
          Companion vendor code
 int fwConfig
          FW's configuration flags, set up during manufacturing.
 int fwFunctionality
          Blocks of functionality included in firmware.
 int fwMinNextVersion
          Minimal version required for future firmware update
 int fwVariant
          Variant of firmware
 int fwVersion
          Version of the TFM's firmware.
 int id
          TFM ID.
 short imageHeight
          Sensor image height (for strip sensor max.
 short imageWidth
          Sensor image width
 int maxGrabWindow
          Max.
 int sensorType
          Type and version of sensor.
 int usage
          Type of the reader in which the TFM is used.
 
Constructor Summary
PtInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fwVersion

public int fwVersion
Version of the TFM's firmware. Highest byte = major version, second highest byte = minor version, low word = subversions/revisions.


fwMinNextVersion

public int fwMinNextVersion
Minimal version required for future firmware update


fwVariant

public int fwVariant
Variant of firmware


fwFunctionality

public int fwFunctionality
Blocks of functionality included in firmware. See PT_FWFUNC_xxxx.


fwConfig

public int fwConfig
FW's configuration flags, set up during manufacturing. See PT_FWCFG_xxxx.


id

public int id
TFM ID. If used, allows to assign unique ID to every TFM/ESS piece. Otherwise 0.


authentifyId

public int authentifyId
ID of the Authentify group. Every TFM with the same Authentify code belongs to the same Authentify group. If AuthentifyId == 0, PTAuthentify is not necessary. See PTAuthentify().


usage

public int usage
Type of the reader in which the TFM is used. 0 = unspecified usage.


sensorType

public int sensorType
Type and version of sensor.


imageWidth

public short imageWidth
Sensor image width


imageHeight

public short imageHeight
Sensor image height (for strip sensor max. height)


maxGrabWindow

public int maxGrabWindow
Max. guaranteed length of the output data for PTGrabWindow


companionVendorCode

public int companionVendorCode
Companion vendor code

Constructor Detail

PtInfo

public PtInfo()