Module com.machinezoo.fingerprintio
Class Iso19794p1v2011Sample
- java.lang.Object
-
- com.machinezoo.fingerprintio.iso19794p1v2011.Iso19794p1v2011Sample
-
-
Field Summary
Fields Modifier and Type Field Description List<Iso19794p1v2011Certificate>
certificates
List of certification records (CERTIFICATE).byte[]
data
Format-specific sample header fields and biometric data.Iso19794p1v2011DateTime
datetime
Capture date and time (DATETIME).List<Iso19794p1v2011Quality>
qrecords
List of quality records (QRECORD).int
sensorId
Sensor ID (DEVID).int
sensorType
Sensor technology (DEVTECH).int
sensorVendor
Sensor vendor ID (DEVVENDOR).
-
Constructor Summary
Constructors Constructor Description Iso19794p1v2011Sample()
Creates new biometric sample (SAMPLE).
-
-
-
Field Detail
-
datetime
public Iso19794p1v2011DateTime datetime
Capture date and time (DATETIME).
-
sensorType
public int sensorType
Sensor technology (DEVTECH).
-
sensorVendor
public int sensorVendor
Sensor vendor ID (DEVVENDOR). Defaults toIbiaOrganizations.UNKNOWN
.
-
sensorId
public int sensorId
Sensor ID (DEVID).
-
qrecords
public List<Iso19794p1v2011Quality> qrecords
List of quality records (QRECORD).
-
certificates
public List<Iso19794p1v2011Certificate> certificates
List of certification records (CERTIFICATE).
-
data
public byte[] data
Format-specific sample header fields and biometric data.
-
-
Constructor Detail
-
Iso19794p1v2011Sample
public Iso19794p1v2011Sample()
Creates new biometric sample (SAMPLE).
-
-