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 Both sides next revision
en:server_api [2022/04/21 10:10]
mark
en:server_api [2022/04/21 10:21]
mark
Line 48: Line 48:
  
 ==== OnBarcodeScanned ==== ==== OnBarcodeScanned ====
-장치에서 ​barcode가 scan 되었을 때 호출되는 콜백 함수입니다 \\ \\ +Callback function called when barcode ​is scanned on the device. \\ \\ 
 <code cpp> <code cpp>
 typedef void (*OnBarcodeScanned)(uint32_t deviceId, const char* barcode); typedef void (*OnBarcodeScanned)(uint32_t deviceId, const char* barcode);
Line 54: Line 54:
 \\ \\
 1. //​deviceId//​ \\  1. //​deviceId//​ \\ 
-읽혀진 ​barcode를 보내준 장치 ID입니다.  \\ \\ +Callback function called when barcode ​is scanned on the device.  \\ \\ 
 2. //barcode// \\  2. //barcode// \\ 
-장치로부터 읽혀진 barcode 문자열입니다.  \\ \\ +Barcode string read from device.  \\ \\