bool scan(int fmdType = 1769473)
Start a fingerprint scan.
Parameters
Name | Description |
fmdType |
(Optional) int Start a fingerprint scan, encoding the fingerprint data in the specified format, which defaults to ANSI. The only other option is ISO, which is 16842759. |
Return
true, if the command was successfully queued.
Security
Trust Level Required: Full Trust
Remarks
When the scanning operation is complete, OnDeviceData will be called.
Example
if(!KioDigitalPersonaFingerprint.scan()) console.log('EMERGENCY! It did not!');
Requirements
KioWare for Windows version 8.27 or greater.