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
Title Here
Page 13 of 84
Page 13 of 84
3.2.5.
ABSClose
ABS_STATUS ABSClose(
IN ABS_CONNECTION hConnection
)
Description
Close a connection previously opened by ABSOpen.
Parameters
hConnection
Connection handle of the connection to be closed
Return Value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.
Remarks
Every successful call of ABSOpen should be paired with a call to
ABSClose.
3.2.6.
ABSEnumerateDevices
ABS_STATUS ABSEnumerateDevices(
IN const ABS_CHAR *pszEnumDsn
OUT ABS_DEVICE_LIST **ppDeviceList
)
Description
Enumerate currently connected fingerprint devices.
Parameters
pszEnumDsn
Zero terminated ASCII string describing the connection interface,
where the enumeration should be performed.
For example to enumerate all devices connected to USB use string
"usb".
ppDeviceList
Address of the pointer, which will be set to point to the list of found
devices. The data has to be freed by a call to ABSFree.
Return Value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.
Remarks
Note: Currently only devices on USB interface can be enumerated.