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/06 08:22]
peter
en:server_api [2022/04/21 10:21]
mark
Line 6: Line 6:
 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 ====
 +Callback function called when barcode is scanned on the device. \\ \\ 
 +<code cpp>
 +typedef void (*OnBarcodeScanned)(uint32_t deviceId, const char* barcode);
 +</​code>​
 +\\
 +1. //​deviceId//​ \\ 
 +Callback function called when barcode is scanned on the device. ​ \\ \\ 
 +2. //barcode// \\ 
 +Barcode string read from device. ​ \\ \\ 
 +