FastCodeSDK Developer Guide
FastCodeSDK Developer Guide
Overview
Thank you for choosing FastCode SDK
FastCode SDK provide the functions and commands with instant concept to help developers
to integrate U.are.U Digital Persona fingerprint reader to their application. The instant
concept mean, the developer just call the function and command with simple input
parameters and FastCode SDK will do the rest of fingerprint complex process and inform the
simple output as result. The result are template when enroll a finger, candidates when doing
an identification. Its so easy now.
System Requirements
Microsoft Windows 7 (32 bit), 8.1(32 bit / 64 bit), 10 (32 bit / 64 bit)
Instalation
1. Before install FastCode SDK, make sure there is no other U.are.U driver and SDK in
your computer even the driver and SDK from Digital Persona. If there are, please
uninstall its first and you must restart the computer after that.
2. Use the installing file FastCodeSDK32.exe for operation system of windows 32 bit or
file installation FastCodeSDK64.exe
for operation system windows 64
bit.
3. Please follow the instruction on the
screen
4. The installation is success if your
computer automatically restarted
when the installation done. If not,
please uninstall the existing U.are.U
driver and SDK fingerprint from
your computer after uninstall
before reinstall the FastCode SDK.
Users Guide
Sample Code
Please download the samples code from FlexCodeSDK.com. Before run the sample code,
please make sure that the sample code has linked to the latest version of FastCode SDK
library (FastCodeSDK.dll). Please download the latest version of FastCode SDK from
FlexCodeSDK.com.
Users Guide
FPEnrollmentSingleSampleStart(TemplateSafetyKey)
Using FPEnrollmentSingleSampleStart(TemplateSafetyKey) to enroll a finger to get a
template of the finger. This command only need one sample fingerprint image or only a scan
finger on device. The accuracy of template from this command is a low because SDK have no
alternative the samples of fingerprint image.
Please use this command only for small population of templates, if you have more than 50
templates, please consider to use FPEnrollmentFourSampleStart.
The input parameter is TemplateSafetyKey. It is a text or string. It use as security of the
template to validate the template when the template used on identification process. The
template is as result used on identification process. The template is as result of the
FPEnrollmentSingleSampleStart command. The TemplateSafetyKey ideally unique for every
template. You can combine a secret text plus template ID or employee ID or use ID ad
TemplateSafetyKey. Example your secret text is MySecret123% and the user ID is 100 so
the TemplateSafetyKey is MySecret123%100. For other user with ID 200, the
TemplateSafetyKey become MySecret123%200.
The FPEnrollmentSingleSampleStart will trigger event FPEnrollmentStatus with several
possible return value: Fail if enrollment was fail, ProcessStop if you cancel the enrollment
process when you call FPEnrollmentSingleSampleStop command, Success if the template
successfully generated. You will find the template on event FPTemplate. The template is
long text or string. You can store the template in database.
FPEnrollmentFourSampleStart(TemplateSafetyKey)
Using FPEnrollmentFourSampleStart(TemplateSafetyKey) to enroll a finger to get a template
of the finger. This command need minimum four sample fingerprint image or minimum four
scan finger from the same finger on device. Sometimes it takes more than 4 scan if the SDK
got the sample fingerprint image are too bad. The event FPSamples will return the number
of samples are taken.
The
input
parameter
is
TemplateSafetyKey. It is a text or string.
It use as security of the template to
validate the template when the
template used on inderification process.
The template is as result of the
FPEnrollmentSingleSampleStart
command. The TemplateSafetyKey
ideally unique for every template. You
can combine a secret text plus template
ID or employee ID or user ID as
TemplateSafetyKey.
Example
your
secret text is MySecret123% and the
user
ID
is
100
so
the
TemplateSafetykey is MySecret123%100. For other user with ID 200, the
TemplateSafetyKey become MySecret123%200.
Users Guide
Users Guide
Support
For information and technical issue please send an email to info@flexcodesdk.com