SecuGen.FDxSDKPro.jni
Class SGFDxConstant

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

public abstract class SGFDxConstant
extends java.lang.Object

This class contains general purpose constants that are used by the SecuGen.FDxSDKPro.jni package.


Field Summary
static int DEV_SN_LENGTH
          Specifies the expected length of the USB device serial number string in the SGFDxDeviceInfoParam class.
 
Constructor Summary
SGFDxConstant()
          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

DEV_SN_LENGTH

public static final int DEV_SN_LENGTH
Specifies the expected length of the USB device serial number string in the SGFDxDeviceInfoParam class.

See Also:
SGFDxDeviceInfoParam, Constant Field Values
Constructor Detail

SGFDxConstant

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