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.

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. height)
 short imageWidth
          Sensor image width
 int maxGrabWindow
          Max. guaranteed length of the output data for PTGrabWindow
 int sensorType
          Type and version of sensor.
 int usage
          Type of the reader in which the TFM is used. 0 = unspecified usage.
 
Constructor Summary
PtInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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().


companionVendorCode

public int companionVendorCode
Companion vendor code


fwConfig

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


fwFunctionality

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


fwMinNextVersion

public int fwMinNextVersion
Minimal version required for future firmware update


fwVariant

public int fwVariant
Variant of firmware


fwVersion

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


id

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


imageHeight

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


imageWidth

public short imageWidth
Sensor image width


maxGrabWindow

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


sensorType

public int sensorType
Type and version of sensor.


usage

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

Constructor Detail

PtInfo

public PtInfo()