Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
en:configuration_api [2026/01/28 15:19] mwkim [BS2SystemConfig] |
en:configuration_api [2026/01/28 16:15] (current) mwkim [BS2BarcodeConfig] |
||
|---|---|---|---|
| Line 2591: | Line 2591: | ||
| <code cpp> | <code cpp> | ||
| typedef struct { | typedef struct { | ||
| - | uint8_t useBarcode; | + | BS2_BOOL useBarcode; |
| - | uint8_t scanTimeout; | + | BS2_BARCODE_TIMEOUT scanTimeout; |
| - | uint8_t bypassData; | + | BS2_BOOL bypassData; |
| - | uint8_t treatAsCSN; | + | BS2_BOOL treatAsCSN; |
| - | uint8_t useVisualBarcode; | + | BS2_BOOL useVisualBarcode; |
| - | uint8_t motionSensitivity; | + | BS2_MOTION_SENSITIVITY motionSensitivity; |
| - | uint8_t visualCameraScanTimeout; | + | BS2_VISUAL_BARCODE_TIMEOUT visualCameraScanTimeout; |
| - | uint8_t reserved[9]; | + | BS2_BOOL useQRDetectGuideLed; //BDP-1252, Q2 only |
| + | uint8_t reserved[8]; | ||
| } BS2BarcodeConfig; | } BS2BarcodeConfig; | ||
| </code> | </code> | ||
| Line 2654: | Line 2655: | ||
| |20 |BS2_VISUAL_BARCODE_TIMEOUT_MAX |Max Value | | |20 |BS2_VISUAL_BARCODE_TIMEOUT_MAX |Max Value | | ||
| </WRAP> | </WRAP> | ||
| - | 8. //reserved// \\ | + | 8. //useQRDetectGuideLed// \\ |
| + | [+ 2.9.12] Sets whether to display guidelines (outlines) on the ''XPass Q2'' screen to assist with QR code recognition. \\ \\ | ||
| + | 9. //reserved// \\ | ||
| Reserved Space. \\ \\ | Reserved Space. \\ \\ | ||