public abstract class SGFDxDeviceName
extends java.lang.Object
JSGFPLib.JSGFPLib()
,
JSGFPLib#JSGFPLib(long deviceName)
Modifier and Type | Field and Description |
---|---|
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_FDU05
FAP20 Compliant SecuGen fingerprint sensor with USB interface - example: USB Hamster PRO 20.
|
static long |
SG_DEV_FDU06
SecuGen fingerprint sensor with USB interface - example: USB Hamster PRO (HUPx).
|
static long |
SG_DEV_UNKNOWN
Unknown Device.
|
Constructor and Description |
---|
SGFDxDeviceName()
This is an abstract class and cannot be instantiated.
|
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_FDU05
public static final long SG_DEV_FDU06
public static final long SG_DEV_AUTO