|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TouchChipException | |
---|---|
com.datecs.api.biometric |
Uses of TouchChipException in com.datecs.api.biometric |
---|
Methods in com.datecs.api.biometric that throw TouchChipException | |
---|---|
TouchChip.Identity |
TouchChip.checkIdentity()
Check an identify. |
void |
TouchChip.deleteIdentity(int slot)
Delete an already enrolled template at a specified slot in the TouchChip module non-volatile memory. |
int |
TouchChip.enrolIdentity(byte[] identity)
Enrol finger print template in the TouchChip module non-volatile memory. |
int |
TouchChip.enrolIdentity(java.lang.String identity)
Enrol finger print template in the TouchChip module non-volatile memory. |
AnsiIso |
TouchChip.getIdentity(int imageSize,
int imageFormat,
int imageCompression,
TouchChip.ImageReceiver receiver)
Gets a finger print data in different formats. |
java.lang.String |
TouchChip.getLibraryInformation()
Return TouchChip library information. |
byte[] |
TouchChip.getTemplate(int format)
Get scanned template data. |
byte[] |
TouchChip.getTemplate(int format,
int slot)
Get template data from specific slot. |
int[] |
TouchChip.listSlots()
Lists all slots in which there is an enrolled template. |
int |
TouchChip.setTemplate(int format,
byte[] data)
Set template data to into TouchChip module non-volatile memory. |
void |
TouchChip.wipeIdentity()
Wipe identity content. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |