BiometricScanner objects
Specifies the bitset of authentication techniques used by the biometric scanner, including voice, fingerprint, and iris recognition.
The ScannerType property takes a string. For the HPBiometricScanner object, it defaults to the only supported value (fingerprint).
The following example retrieves the authentication type from the current scanner:
Integer l_iret
l_iret = l_scanner.Open()
sl_type.text = string (l_scanner.ScannerType)
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |