Package | Description |
---|---|
com.cloudpos.fingerprint |
Provide access to the finger print device.
|
Modifier and Type | Method and Description |
---|---|
Fingerprint |
FingerprintDevice.getFingerprint(int type)
Get the active fingerprint, specified the type of the fingerprint.
|
Fingerprint |
FingerprintOperationResult.getFingerprint(int width,
int height)
Gets the finger print.
|
Fingerprint |
FingerprintDevice.getFingerprint(int userID,
int type)
Get the specified fingerprint.
|
Modifier and Type | Method and Description |
---|---|
int |
FingerprintDevice.convertFormat(Fingerprint fingerprintIn,
int typeIn,
Fingerprint fingerprintOut,
int typeOut)
Convert fingerprint from one type to another.
|
int |
FingerprintDevice.match(Fingerprint fingerprint1,
Fingerprint fingerprint2)
Matches the two finger print.
|
int |
FingerprintDevice.storeFeature(int userID,
Fingerprint fingerprint)
Store the fingerprint.
|
int |
FingerprintDevice.verifyAgainstFingerprint(Fingerprint fingerprint,
int timeout)
Verify the active fingerprint against the the specified fingerprint.
|