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 [2021/08/05 15:49]
peter Server API
en:server_api [2022/04/21 10:10]
mark
Line 3: Line 3:
 API that can enable server matching or controls the device from the BioStar application. \\ API that can enable server matching or controls the device from the BioStar application. \\
 <callout type="​warning"​ icon="​true"><​WRAP em>​Warning</​WRAP>​ \\ <callout type="​warning"​ icon="​true"><​WRAP em>​Warning</​WRAP>​ \\
-Due to the issues with the management of UFMatcher.dll which was provided by an other independent Corporation,​​ Runnable examples ​are not provided ​anymore. \\ +Due to the issues with the management of UFMatcher.dll which was provided by a separate ​independent Corporation,​​ Runnable examples ​will not be available ​anymore. \\ 
 Please reference the prior examples at the code level only. ​\\ \\  Please reference the prior examples at the code level only. ​\\ \\ 
 Other technical supports including libraries for server matching can be provided by SupremaID sales team. \\  Other technical supports including libraries for server matching can be provided by SupremaID sales team. \\ 
-<wrap hi>SupremaID ​: sales_id@supremainc.com</​wrap> ​\\ +<wrap hi>Suprema ID : sales_id@supremainc.com</​wrap>​ \\
- +
- +
- +
 </​callout>​ </​callout>​
  
Line 50: Line 46:
 3. //userID// \\  3. //userID// \\ 
 User ID  \\ \\  User ID  \\ \\ 
 +
 +==== OnBarcodeScanned ====
 +장치에서 barcode가 scan 되었을 때 호출되는 콜백 함수입니다. ​ \\ \\ 
 +<code cpp>
 +typedef void (*OnBarcodeScanned)(uint32_t deviceId, const char* barcode);
 +</​code>​
 +\\
 +1. //​deviceId//​ \\ 
 +읽혀진 barcode를 보내준 장치 ID입니다. ​ \\ \\ 
 +2. //barcode// \\ 
 +장치로부터 읽혀진 barcode 문자열입니다. ​ \\ \\ 
 +