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
Last revision Both sides next revision
en:bs2_getbarcodeconfig [2021/06/06 19:15]
kateyu [BS2_GetBarcodeConfig]
en:bs2_getbarcodeconfig [2021/06/06 20:04]
kateyu [BS2_GetBarcodeConfig]
Line 5: Line 5:
  
 ===== BS2_GetBarcodeConfig ===== ===== BS2_GetBarcodeConfig =====
-[+ 2.8] Retrieves configuration of Barcode/QR of ''​X-Station 2''​. +''​[+ 2.8]'' ​Retrieves configuration of Barcode of ''​X-Station 2''​. 
-==== 함수 ​====+==== Declaration ​====
 <code cpp> <code cpp>
 #include "​BS_API.h"​ #include "​BS_API.h"​
Line 14: Line 14:
  
 <callout type="​info">​ <callout type="​info">​
-[[configuration api#​BS2BarcodeConfig|BS2BarcodeConfig ​구조체 보기]]+[[configuration api#​BS2BarcodeConfig|See BS2BarcodeConfig]]
 </​callout>​ </​callout>​
-==== 파라미터 ​====+==== Parameter ​====
   * [In] ''//​context//''​ : Context   * [In] ''//​context//''​ : Context
-  * [In] ''//​deviceId//''​ : 장치 식별자 +  * [In] ''//​deviceId//''​ : Device ID 
-  * [Out] ''//​config//''​ : Barcode ​설정 정보를 저장할 포인터 +  * [Out] ''//​config//''​ : Barcode ​configurations pointer 
-==== 반환값 ​==== +==== Return Value ==== 
-성공적으로 수행될 경우 ​''​BS_SDK_SUCCESS''​를 반환하고,​ 에러가 발생할 경우 상응하는 에러 코드를 반환합니다+If successfully done, ''​BS_SDK_SUCCESS'' ​will be returned
 +If there is an error, the corresponding error code will be returned.