SecuGen.FDxSDKPro.jni
Class SGPPPortAddr

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

public abstract class SGPPPortAddr
extends java.lang.Object

This class contains port address constants that are used by the SecuGen.FDxSDKPro.jni package.

See Also:
JSGFPLib#openDevice

Field Summary
static long AUTO_DETECT
          Auto detect port
static long LPT1_378
          Parallel port 0x378 (LPT1).
static long LPT2_278
          Parallel port 0x278 (LPT2).
static long LPT3_3BC
          Parallel port 0x3BC (LPT3).
static long USB
          USB port.
 
Constructor Summary
SGPPPortAddr()
          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

AUTO_DETECT

public static final long AUTO_DETECT
Auto detect port

See Also:
Constant Field Values

LPT1_378

public static final long LPT1_378
Parallel port 0x378 (LPT1).

See Also:
Constant Field Values

LPT2_278

public static final long LPT2_278
Parallel port 0x278 (LPT2).

See Also:
Constant Field Values

LPT3_3BC

public static final long LPT3_3BC
Parallel port 0x3BC (LPT3).

See Also:
Constant Field Values

USB

public static final long USB
USB port.

See Also:
Constant Field Values
Constructor Detail

SGPPPortAddr

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