Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:bs2_getbarcodeconfig [2021/06/06 19:16] kateyu [함수] |
en:bs2_getbarcodeconfig [2021/06/06 20:04] (current) kateyu [BS2_GetBarcodeConfig] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== BS2_GetBarcodeConfig ===== | ===== BS2_GetBarcodeConfig ===== | ||
| - | [+ 2.8] Retrieves configuration of Barcode of ''X-Station 2''. | + | ''[+ V2.8]'' Retrieves configuration of Barcode of ''X-Station 2''. |
| - | ==== 함수 ==== | + | ==== Declaration ==== |
| <code cpp> | <code cpp> | ||
| #include "BS_API.h" | #include "BS_API.h" | ||
| Line 16: | Line 16: | ||
| [[configuration api#BS2BarcodeConfig|See BS2BarcodeConfig]] | [[configuration api#BS2BarcodeConfig|See BS2BarcodeConfig]] | ||
| </callout> | </callout> | ||
| - | ==== 파라미터 ==== | + | ==== Parameter ==== |
| * [In] ''//context//'' : Context | * [In] ''//context//'' : Context | ||
| * [In] ''//deviceId//'' : Device ID | * [In] ''//deviceId//'' : Device ID | ||
| * [Out] ''//config//'' : Barcode configurations pointer | * [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. | ||