  -------------------------------------------------------------------
			     FingerTec

       		     BioBridge SDK version 3.0.007 
			
			    Readme File
			   
			      Aug 2024
				
   --------------------------------------------------------------------
	   (c) 2024 FingerTec.com. All Rights Reserved. 


This document provides late-breaking or other information that supplements the FingerTec BioBridge SDK documentation.


-------------------------
How to Use This Document
-------------------------

To view the Readme file on-screen in Windows Notepad, maximize the Notepad window. In the Format menu, click Word Wrap. To print the Readme file, open it in Notepad or another word processor, and then use the Print command on the File menu.


---------
CONTENTS
---------

1.   INSTALLATION

2.   COMPATIBILITY

3.   SYSTEM REQUIREMENTS

4.   KNOWN ISSUES
  
5.   SUPPORT AND FEEDBACK
 

----------------
1. INSTALLATION
----------------

You must have local administrator rights to install the following products on the supported operating systems:

FingerTec BioBridge SDK v3.0.007
1- Run "FingerTec BioBridge SDK v3.0.007 setup.exe" after you extracted the zip folder downloaded online.
2- Follow the installation instructions.

Sample Code For Delphi, Visual Basic & .NET
1- Double click on the individual folder for sample source code as well as executable file for reference




-----------------
2. COMPATIBILITY
-----------------

FingerTec BioBridge SDK v3.0.007 is compatible with all FingerTec Reader. Please uninstall the earlier version in order to install the latest installer.


-----------------------
3. SYSTEM REQUIREMENTS
-----------------------

General System Requirements:

- X86-based processor or better
- CD-ROM drive
- Microsoft Windows 10 and onwards. (You must have administrative rights if device direct connect to PC by USB port.)
- The minimum amount of RAM required to run FingerTec BioBridge SDK is 128MB.



------------------
4.   KNOWN ISSUES 
------------------

4.1	R2 and R2i
	In GetGeneralLog(), please use the following value to differentiate master(R2) and slave unit(R2i). The default VerifyMode will be replaced to the following value.
	a) VerifyMode = 0 (Master Unit/R2)
	b) VerifyMode = 101 (Slave unit/R2i)

4.2	H2i is supported.
	To connect to H2i with its functionality, please define the DeviceModel as "H2i" when you are using Connect_TCPIP(). All the remaining function is the same and use the function call without prefix with "SSR_".

4.3	Please use PutUserFileDataCard() instead of using PutUserFileData().

4.4	Group Verify Type Per day - Access Control (Every Week TimeZone And Holiday)
	To get or update access control of the terminal. For holiday section only applicable to black and white terminal

	a. GetEveryWeekTimeZone(int:DayOfWeek,string:Timezone,string:VerifyCode) : Result //get reader timezone and verify code
	DayOfWeek:Integer
	Timezone:String
	VerifyCode:String
	Result: 0 success -1 fail

	b. SetEveryWeekTimeZone(int:DayOfWeek,string:Timezone,string:VerifyCode) : Result //set reader timezone and verify code
	DayOfWeek:Integer
	Timezone:String
	VerifyCode:String
	Result: 0 success -1 fail

4.	Set Holiday for Black and White model
	a. GetHolidayParam(int:HolidayId,int:TimezoneId,int:StartMonth,int:StartDay,int:EndMonth,int:EndDay) : Result //get reader holiday info
	HolidayId:Integer
	TimezoneId:Integer
	StartMonth:Integer
	StartDay:Integer
	EndMonth:Integer
	EndDay:Integer
	Result: 0 success -1 fail

	b. SetHolidayParam(int:HolidayId,int:TimezoneId,int:StartMonth,int:StartDay,int:EndMonth,int:EndDay) : Result //set reader holiday info	
	HolidayId:Integer
	TimezoneId:Integer
	StartMonth:Integer
	StartDay:Integer
	EndMonth:Integer
	EndDay:Integer
	Result: 0 success -1 fail


------------------------
5. SUPPORT AND FEEDBACK
------------------------

If you have suggestions for future product releases or require technical support for your product, e-mail support@fingertec.com. In the subject line, type "FingerTec BioBridge SDK support."

The FingerTec Web site, at http://www.fingertec.com, provides support for registered users as well.











