com.upek.android.ptapi.struct
Class PtFingerListItem

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

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

Finger list item

See Also:
Serialized Form

Field Summary
 byte[] fingerData
          Data associated with the finger
 int slotNr
          Number of slot, where is the finger stored
 
Constructor Summary
PtFingerListItem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fingerData

public byte[] fingerData
Data associated with the finger


slotNr

public int slotNr
Number of slot, where is the finger stored

Constructor Detail

PtFingerListItem

public PtFingerListItem()