Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:server_api [2018/09/10 10:22]
kkshin
en:server_api [2020/07/29 13:18]
yjjung [Server API]
Line 5: Line 5:
 <wrap hi>​BioMini&​Image SDK License Error : Invalid Verification!</​wrap>​ \\ <wrap hi>​BioMini&​Image SDK License Error : Invalid Verification!</​wrap>​ \\
 This is the Suprema license key you need in order to use server matching feature. \\ This is the Suprema license key you need in order to use server matching feature. \\
-Once you receive "UFLisense.lic" file, you need to activate them using "​activate_lic.exe"​ file. \\+Once you receive "UFLicense.lic" file, you need to activate them using "​activate_lic.exe"​ file. \\
 Suprema ID sales team will give you further instruction on this. \\ Suprema ID sales team will give you further instruction on this. \\
 Suprema ID: sales_id@supremainc.com Suprema ID: sales_id@supremainc.com
  
-Once you activate the license, please copy this "UFLisense.lic" file into BioStar 2 device SDK folder. \\+Once you activate the license, please copy this "UFLicense.lic" file into BioStar 2 device SDK folder. \\
 The BioStar 2 device SDK version you received, you will find "​example"​ folder there. \\ The BioStar 2 device SDK version you received, you will find "​example"​ folder there. \\
 Please try to copy the license file to example folder (Example > cli > csharp > common > lib > x86) and see if can use server matching.</​callout>​ Please try to copy the license file to example folder (Example > cli > csharp > common > lib > x86) and see if can use server matching.</​callout>​
Line 16: Line 16:
   * [[BS2_VerifyUser]]:​ Transfers user information mapped to the card or user ID authentication results to the device.   * [[BS2_VerifyUser]]:​ Transfers user information mapped to the card or user ID authentication results to the device.
   * [[BS2_IdentifyUser]]:​ Transfers user information mapped to the fingerprint authentication results to the device.   * [[BS2_IdentifyUser]]:​ Transfers user information mapped to the fingerprint authentication results to the device.
-  * [[BS2_VerifyUserEx]]:​ Transfers user information mapped to the card or user ID authentication results to the device. ​(Applies only for v2.4 FW group) +  * [[BS2_VerifyUserEx]]: ​[+ 2.4.0] ​Transfers user information mapped to the card or user ID authentication results to the device. ​ 
-  * [[BS2_IdentifyUserEx]]: Transfers user information mapped to the fingerprint authentication results to the device. ​(Applies only for v2.4 FW group)+  * [[BS2_IdentifyUserEx]]:​ [+ 2.4.0] Transfers user information mapped to the fingerprint authentication results to the device. ​ 
 +  * [[BS2_VerifyUserSmall]]: [+ 2.6.3] Transfers user information mapped to the card or user ID authentication results to the device. 
 +  * [[BS2_IdentifyUserSmall]]:​ [+ 2.6.3] ​Transfers user information mapped to the fingerprint authentication results to the device. 
 +  * [[BS2_VerifyUserSmallEx]]:​ [+ 2.6.3] Transfers user information mapped to the card or user ID authentication results to the device. 
 +  * [[BS2_IdentifyUserSmallEx]]:​ [+ 2.6.3] Transfers user information mapped to the fingerprint authentication results to the device. 
 +  * [[BS2_SetUserPhraseHandler]]:​​ [+ 2.7.0] Configures the server user phrase handler. 
 +  * [[BS2_ResponseUserPhrase]]:​​ [+ 2.7.0] Transfers the user phrase to the device.
 ===== Callback Function ====== ===== Callback Function ======
 <code cpp> <code cpp>