Document Title Here
AET65 API
Version 1.0
idvation GmbH
Otto-Hesse-Straße 19 / T5
Phone +49 6151 9926567
D-64293 Darmstadt
Fax +49 6151 3689296
www.idvation.com
Page 69 of 84
Page 69 of 84
28. ABS_MSG_PROCESS_BEGIN (ProcessID = ABS_PROCESS_GRAB)
29. ... messages leading the user to correctly swipe his finger
30. ABS_MSG_PROCESS_END (end of ABS_PROCESS_GRAB)
31. ABS_MSG_PROCESS_PROGRESS (Percentage=88%)
32. ABS_MSG_PROCESS_END (end of ABS_PROCESS_CAPTURE)
33. ABS_MSG_PROCESS_BEGIN (ProcessID = ABS_PROCESS_CAPTURE)
34. ABS_MSG_PROCESS_BEGIN (ProcessID = ABS_PROCESS_GRAB)
35. ... messages leading the user to correctly swipe his finger
36. ABS_MSG_PROCESS_END (end of ABS_PROCESS_GRAB)
37. ABS_MSG_PROCESS_PROGRESS (Percentage=100%)
38. ABS_MSG_PROCESS_END (end of ABS_PROCESS_CAPTURE)
39. ABS_MSG_PROCESS_END (end of ABS_PROCESS_CONSOLIDATED_CAPTURE)
40. ABS_MSG_PROCESS_END (end of ABS_PROCESS_ENROLL)
ABS_PROCESS_NAVIGATE 1
Root process of navigation (ABSNavigate).
It typically consists of one sub-process of type ABS_PROCESS_CONSOLIDATED_CAPTURE.
ABS_PROCESS_ENROLL 2
Root process of enrollment (ABSEnroll).
It is typically composed of one sub-process ABS_PROCESS_CONSOLIDATED_CAPTURE.
ABS_PROCESS_VERIFY 3
Root process of verification (ABSVerify)
It has typically one sub-process of type ABS_PROCESS_CAPTURE.
ABS_PROCESS_IDENTIFY 4
Root process of identification.
ABS_PROCESS_CONSOLIDATED_CAPTURE 5
Process of consolidated template from the scanner.
It is a complex process, consisted of several sub-processes of ABS_PROCESS_CAPTURE and one
final ABS_PROCESS_CONSOLIDATE.
ABS_PROCESS_CONSOLIDATE 6
Process of consolidation.
It merges several templates of one finger into one high-quality enrollment template.
Note that since BSAPI 3.5 this process is never used and the constant remains to be defined solely
for backward compatibility, as source code of custom ABS_CALLBACK implementations could refer
the constant.
ABS_PROCESS_CAPTURE 7
Process of template capture from scanner.
Typically it has one sub-process of type ABS_PROCESS_GRAB.