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:configuration_api [2022/04/21 10:49]
mark [BS2BarcodeConfig]
en:configuration_api [2022/08/11 21:34]
127.0.0.1 external edit
Line 2420: Line 2420:
     uint8_t useBarcode;     uint8_t useBarcode;
     uint8_t scanTimeout;​     uint8_t scanTimeout;​
-    uint8_t reserved[14];+    ​uint8_t bypassData;​ 
 +    uint8_t treatAsCSN;​ 
 + 
 +    ​uint8_t reserved[12];
 } BS2BarcodeConfig;​ } BS2BarcodeConfig;​
 </​code>​ </​code>​
Line 2440: Line 2443:
 Therefore, if you want to set the bar code card data with special characters and English characters. \\ Therefore, if you want to set the bar code card data with special characters and English characters. \\
 In this case, only the card type may be different, and the CSN card and barcode data may be used in the same value. \\ In this case, only the card type may be different, and the CSN card and barcode data may be used in the same value. \\
 +
 5. //​reserved//​ \\  5. //​reserved//​ \\ 
 Reserved space. \\ Reserved space. \\