SecuGen.FDxSDKPro.jni
Class SGFDxDeviceName

java.lang.Object
  extended by SecuGen.FDxSDKPro.jni.SGFDxDeviceName

public abstract class SGFDxDeviceName
extends java.lang.Object

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.

See Also:
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

SG_DEV_UNKNOWN

public static final long SG_DEV_UNKNOWN
Unknown Device.

See Also:
Constant Field Values

SG_DEV_FDP02

public static final long SG_DEV_FDP02
Second generation SecuGen fingerprint sensor with parallel port interface - example: EyeD Hamster and EyeD Mouse.

See Also:
Constant Field Values

SG_DEV_FDU02

public static final long SG_DEV_FDU02
Second generation SecuGen fingerprint sensor with USB interface - example: USB Hamster III, Keyboard III and OptiMouse III.

See Also:
Constant Field Values

SG_DEV_FDU03

public static final long SG_DEV_FDU03
Third generation SecuGen fingerprint sensor with USB interface - example: USB Hamster Plus, Keyboard Plus.

See Also:
Constant Field Values

SG_DEV_FDU04

public static final long SG_DEV_FDU04
FIPS201 Compliant SecuGen fingerprint sensor with USB interface - example: USB Hamster IV.

See Also:
Constant Field Values

SG_DEV_AUTO

public static final long SG_DEV_AUTO
Auto-detect attached USB fingerprint sensor.

See Also:
Constant Field Values
Constructor Detail

SGFDxDeviceName

public SGFDxDeviceName()
This is an abstract class and cannot be instantiated.