|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectSecuGen.FDxSDKPro.jni.SGDeviceInfoParam
public class SGDeviceInfoParam
This class is used as a parameter to get device information from the attached SecuGen fingerprint sensor. Some fields will be populated for all attached devices, but some fields will only be populated for USB devices.
JSGFPLib#getDeviceInfo| Field Summary | |
|---|---|
int |
brightness
Fingerprint sensor CMOS imager brightness setting. |
int |
comPort
Parallel port address for parallel devices, constant for USB devices. |
int |
comSpeed
Port speed - formerly used for serial device baud rate. |
int |
contrast
Fingerprint sensor CMOS imager contrast setting. |
int |
deviceID
USB devices only - Enumerated USB device ID. |
int |
FWVersion
Device firmware version. |
int |
gain
Fingerprint sensor CMOS imager gain setting. |
int |
imageDPI
Fingerprint image resolution. |
int |
imageHeight
Fingerprint image height in pixels. |
int |
imageWidth
Fingerprint image width in pixels. |
| Constructor Summary | |
|---|---|
SGDeviceInfoParam()
Creates a new instance of SGFDxDeviceInfoParam - Serial number is initialized to blanks and all other values are set to zero. |
|
| Method Summary | |
|---|---|
byte[] |
deviceSN()
USB Devices Only - returns device serial number byte array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int deviceID
public int comPort
SGPPPortAddrpublic int comSpeed
public int imageWidth
public int imageHeight
public int contrast
public int brightness
public int gain
public int imageDPI
public int FWVersion
| Constructor Detail |
|---|
public SGDeviceInfoParam()
| Method Detail |
|---|
public byte[] deviceSN()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||