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 SDU03M fingerprint sensor with USB interface - example: USB Hamster III, Keyboard III and OptiMouse III.
|
static long |
SG_DEV_FDU03
Third generation SecuGen SDU03M fingerprint sensor with USB interface - example: USB Hamster Plus, Keyboard Plus.
|
static long |
SG_DEV_FDU04
FIPS201 Compliant SecuGen SDU04P fingerprint sensor with USB interface - example: USB Hamster IV.
|
static long |
SG_DEV_FDU05
FAP20 Compliant SecuGen U20 fingerprint sensor with USB interface - example: USB Hamster PRO 20.
|
static long |
SG_DEV_FDU06
SecuGen UPx fingerprint sensor with USB interface - example: USB Hamster PRO (HUPx).
|
static long |
SG_DEV_FDU07
FAP10 Compliant SecuGen U10 fingerprint sensor with USB interface - example: USB Hamster PRO 10.
|
static long |
SG_DEV_FDU07A
FAP10 Compliant U10-AP SecuGen fingerprint sensor with USB camera interface and plastic platen - example: USB Hamster PRO 10AP.
|
static long |
SG_DEV_FDU08
FAP20 Compliant SecuGen U20-A and U20-AP fingerprint sensor with USB interface and plastic platen - example: USB Hamster PRO 20AP.
|
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_FDU07
public static final long SG_DEV_FDU07A
public static final long SG_DEV_FDU08
public static final long SG_DEV_AUTO