public class NativeBiometricDisplayOptions
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
NativeBiometricDisplayOptions.ByReference
ByReference jna class
|
static class |
NativeBiometricDisplayOptions.ByValue
By value
|
Modifier and Type | Field and Description |
---|---|
int |
directionType
Determines the direction type
|
byte |
showDirection
Determines whether the biometric display must show directions or not
|
byte |
showMinutiae
Determines whether the biometric display must show minutiae or not
|
byte |
showSegments
Determines whether the biometric display must show segments or not
|
Constructor and Description |
---|
NativeBiometricDisplayOptions()
Default constructor
|
NativeBiometricDisplayOptions(BiometricDisplayOptions options)
Parameterized Constructor
|
NativeBiometricDisplayOptions(com.sun.jna.Pointer peer)
JNA Structure constructor
|
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
public byte showMinutiae
Determines whether the biometric display must show minutiae or not
public byte showSegments
Determines whether the biometric display must show segments or not
public byte showDirection
Determines whether the biometric display must show directions or not
public int directionType
Determines the direction type
public NativeBiometricDisplayOptions()
public NativeBiometricDisplayOptions(com.sun.jna.Pointer peer)
peer
- public NativeBiometricDisplayOptions(BiometricDisplayOptions options)
options
-