|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.upek.android.ptapi.struct.PtInfo
public class PtInfo
A structure used by PTInfo to return status-independent information about FM.
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 |
---|
public int authentifyId
public int companionVendorCode
public int fwConfig
public int fwFunctionality
public int fwMinNextVersion
public int fwVariant
public int fwVersion
public int id
public short imageHeight
public short imageWidth
public int maxGrabWindow
public int sensorType
public int usage
Constructor Detail |
---|
public PtInfo()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |