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 [2021/08/07 14:37]
kkshin [BS2RelayActionConfig]
en:configuration_api [2022/08/11 21:34]
127.0.0.1 external edit
Line 730: Line 730:
 **23. //​cipher//​** \\ **23. //​cipher//​** \\
 Activates '​Keypad card ID' option. \\ Activates '​Keypad card ID' option. \\
-Default value is 0, it is only valid for XPass D2 Gangbox Keypad type. \\+Default value is 0, it is only valid for Gangbox Keypad type of Xpass 2, XPass D2. \\
 <WRAP group 50%> <WRAP group 50%>
 ^Value ​ ^Description ​ ^ ^Value ​ ^Description ​ ^
Line 1812: Line 1812:
 **12. //​faceWidth//​** \\  **12. //​faceWidth//​** \\ 
 [+ V2.7.1] ''​FaceStation F2''​ This indicates the width of the face image, and you can specify the minimum and maximum values. \\ [+ V2.7.1] ''​FaceStation F2''​ This indicates the width of the face image, and you can specify the minimum and maximum values. \\
-The minimum and maximum ​values ​default to 66 and 250. \\ \\+The default ​values ​of min and max are as follows. \\ 
 +<WRAP group 20%> 
 +^  ^Default ​ ^ 
 +|min  |66  | 
 +|max  |250  | 
 +</​WRAP> ​
  
 **13. //​searchRange//​** \\ **13. //​searchRange//​** \\
 [+ V2.7.1] ''​FaceStation F2''​ Represents the face search range, and you can specify the x value (horizontal coordinate) of the range and the width from the x value point. \\ [+ V2.7.1] ''​FaceStation F2''​ Represents the face search range, and you can specify the x value (horizontal coordinate) of the range and the width from the x value point. \\
-The default values ​for value and width are 144 and 432. \\ \\+The default values ​of x and width are as follows. \\ 
 +<WRAP group 20%> 
 +^  ^Default ​ ^ 
 +|x  |144  | 
 +|width ​ |432  | 
 +</​WRAP> ​
 14. //​reserved2//​ \\  14. //​reserved2//​ \\ 
 Reserved space.\\ \\ Reserved space.\\ \\
Line 2410: 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>​
 1. //​useBarcode//​ \\  1. //​useBarcode//​ \\ 
-This is the flag for enabling Barcode or disabling Barcode. \\ \\ +Barcode usage flag. \\ \\ 
 2. //​scanTimeout//​ \\  2. //​scanTimeout//​ \\ 
-This is Timeout(second) setting for scanning ​Barcode. \\  +Set the Barcode ​scan time. The unit is in seconds. \\ 
-Default second ​is 4 seconds. The time out can be set from 4 to 10 seconds. \\ \\ +The default ​is 4 seconds, and can be entered within a range of 4 to 10 seconds.\\ \\ 
-3. //reserved// \\  +3. //bypassData// \\  
-Reserved space. \\+[+2.8.2] Used to send read barcode information to the server, not processed by the device. \\ 
 +If the barcode value is stored in the user information structure for user authentication,​ \\ 
 +There is a size constraint of 32 bytes ([[smartcard_api#​BS2CSNCard|BS2CSNCard data]]), \\ 
 +Call the [[BS2_SetBarcodeScanListener]],​ use this option to send barcodes up to 512 bytes of size to the server. \\ \\ 
 +4. //​treatAsCSN//​ \\ 
 +[+2.8.2] Indicates whether the Barcode should be treated the same as a regular CSN card. \\ 
 +It is applied from XS2-QR 1.1.3 and in the case of false, it is treated the same as before. \\ 
 +This allows you to freely specify character sets that can be treated as barcodes from ASCII codes 32 to 126.  (See description in [[qr_code_api#​BS2_WriteQRCode|BS2_WriteQRCode]]) \\ 
 +If set to true, the barcode is treated like a number just like the existing CSN. \\ 
 +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. \\
  
 +5. //​reserved//​ \\ 
 +Reserved space. \\
  
 ==== BS2InputConfigEx ==== ==== BS2InputConfigEx ====
Line 2435: Line 2460:
     ​     ​
         uint8_t ​   reserved;         uint8_t ​   reserved;
-        uint8_t ​   ​supervisedResister;+        uint8_t ​   ​supervisedResistor;
         uint8_t ​   reserved1[16];​         uint8_t ​   reserved1[16];​
     ​     ​
Line 2463: Line 2488:
 7. //​​reserved//​​ \\ 7. //​​reserved//​​ \\
 Reserved Space. \\ \\ Reserved Space. \\ \\
-8. //​supervisedResister//​ \\+8. //​supervisedResistor//​ \\
 You can set Supervised input resistance value type or unsupervise it. \\ You can set Supervised input resistance value type or unsupervise it. \\
 <WRAP group 50%> <WRAP group 50%>