BioBridge SDK Batch Update Feature

To improve the performance and speed of updating the FingerTec Terminal, you can use the batch update feature. You will need to use BeginBatchUpdate() and BatchUpdate() function call to achieve the purpose.

Please ensure that you are adding the right ActiveX component based on your respective Operating System architecture.
  1. BioBridgeSDK.BeginBatchUpdate():Integer;
    Return:1 = success, 0 = fail

  2. BioBridgeSDK.BatchUpdate():Integer;
    Return:1 = success, 0 = fail

Example:

BioBridgeSDK.BeginBatchUpdate() // create a buffer space in Windows memory
//apply all the update user data functions, all of these data will be stored in Windows memory

BioBridgeSDK.SetUserInfo()...
BioBridgeSDK.SetUserTemplate()...
BioBridgeSDK.SSR_SetUserInfo()...
BioBridgeSDK.SSR_SetUserTemplate()...
BioBridgeSDK.SetUserFace()...

BioBridgeSDK.BatchUpdate() // update the user data from Windows memory to reader