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 77 of 84
Page 77 of 84
ABS_MSG_PROCESS_SUSPEND 0x13000000
Execution of the interactive operation has been suspended.
It happens when some other operation (with the same or higher priority) acquires the sensor. After
this interrupting operation finishes, the process is resumed again.
pMsgData points to additional data stored in structure ABS_PROCESS_DATA.
ABS_MSG_PROCESS_RESUME 0x14000000
The interactive operation has been resumed.
pMsgData points to additional data stored in structure ABS_PROCESS_PROGESS_DATA.
ABS_MSG_PROCESS_PROGRESS 0x15000000
Informs that the operation is in progress.
pMsgData points to additional data stored in structure ABS_PROCESS_DATA.
ABS_MSG_PROCESS_SUCCESS 0x16000000
Informs that the process has succeeded.
If it comes it is last message before ABS_MSG_PROCESS_END. Depending on the particular
process nature it can use ABS_MSG_PROCESS_SUCCESS or ABS_MSG_PROCESS_FAILURE
before ABS_MSG_PROCESS_END, but some other processes do not call any of the two.
pMsgData points to additional data stored in structure ABS_PROCESS_SUCCESS_DATA.
ABS_MSG_PROCESS_FAILURE 0x17000000
Informs that the operation has failed.
If it comes it is last message before ABS_MSG_PROCESS_END. Depending on the particular
process nature it can use ABS_MSG_PROCESS_SUCCESS or ABS_MSG_PROCESS_FAILURE
before ABS_MSG_PROCESS_END, but some other processes do not call any of the two.
pMsgData points to additional data stored in structure ABS_PROCESS_DATA.
ABS_MSG_PROMPT_SCAN 0x21000000
Callback should prompt the user to swipe his finger.
pMsgData is always NULL.
ABS_MSG_PROMPT_TOUCH 0x22000000
Callback should prompt user to touch the sensor.
pMsgData is always NULL.
ABS_MSG_PROMPT_KEEP 0x23000000
Callback should prompt user to keep the finger on the sensor.
pMsgData is always NULL.
ABS_MSG_PROMPT_LIFT 0x24000000
Callback should prompt the user to lift his finger from the sensor.
pMsgData is always NULL.