|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectSecuGen.FDxSDKPro.jni.SGFDxDeviceName
public abstract class SGFDxDeviceName
This class contains static values for SecuGen fingerprint device classes. These values are passed as an argument to the JSGFPLib constructor. When the JSGFPLib object is instantiated, the native library is loaded and initialized with the device name passed as an argument.
JSGFPLib.JSGFPLib(),
JSGFPLib#JSGFPLib(long deviceName)| Field Summary | |
|---|---|
static long |
SG_DEV_AUTO
Auto-detect attached USB fingerprint sensor. |
static long |
SG_DEV_FDP02
Second generation SecuGen fingerprint sensor with parallel port interface - example: EyeD Hamster and EyeD Mouse. |
static long |
SG_DEV_FDU02
Second generation SecuGen fingerprint sensor with USB interface - example: USB Hamster III, Keyboard III and OptiMouse III. |
static long |
SG_DEV_FDU03
Third generation SecuGen fingerprint sensor with USB interface - example: USB Hamster Plus, Keyboard Plus. |
static long |
SG_DEV_FDU04
FIPS201 Compliant SecuGen fingerprint sensor with USB interface - example: USB Hamster IV. |
static long |
SG_DEV_UNKNOWN
Unknown Device. |
| Constructor Summary | |
|---|---|
SGFDxDeviceName()
This is an abstract class and cannot be instantiated. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long SG_DEV_UNKNOWN
public static final long SG_DEV_FDP02
public static final long SG_DEV_FDU02
public static final long SG_DEV_FDU03
public static final long SG_DEV_FDU04
public static final long SG_DEV_AUTO
| Constructor Detail |
|---|
public SGFDxDeviceName()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||