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 [2019/05/28 11:51]
yjjung [BS2SystemConfig]
en:configuration_api [2020/02/12 14:54]
sypark1
Line 57: Line 57:
   * [[BS2_GetCardConfigEx]]:​ Retrieves iClass SEOS card settings from the device.   * [[BS2_GetCardConfigEx]]:​ Retrieves iClass SEOS card settings from the device.
   * [[BS2_SetCardConfigEx]]:​ Stores iClass SEOS card settings on the device.  ​   * [[BS2_SetCardConfigEx]]:​ Stores iClass SEOS card settings on the device.  ​
-  * [[BS2_GetDstConfig]]:​​ ​Gets the device DST information. +  * [[BS2_GetDstConfig]]:​​ ​Retrieves ​the device DST information. 
-  * [[BS2_SetDstConfig]]:​​ ​Sets the device DST information. +  * [[BS2_SetDstConfig]]:​​ ​Stores ​the device DST information. 
-  * [[BS2_GetIPConfigViaUDPEx]]:​ [+ 2.6.3] IP 설정 정보를 ​UDP broadcasting를 통해 가져옵니다. (host ip 지정) +  * [[BS2_GetIPConfigViaUDPEx]]:​ [+ 2.6.3] ​Retrieves ​IP configuration through ​UDP broadcast with host IP.  
-  * [[BS2_SetIPConfigViaUDPEx]]:​ [+ 2.6.3] IP 설정 정보를 ​UDP broadcasting를 통해 저장합니다. (host ip 지정) +  * [[BS2_SetIPConfigViaUDPEx]]:​ [+ 2.6.3] ​Stores ​IP configuration through ​UDP broadcast with host IP.  
-  * [[BS2_GetIPV6Config]]:​ [+ 2.6.3] ​IP V6 설정 정보를 가져옵니다+  * [[BS2_GetIPV6Config]]:​ [+ 2.6.3] ​Retrieves IPv6 configuration information.  
-  * [[BS2_SetIPV6Config]]:​ [+ 2.6.3] ​IP V6 설정 정보를 저장합니다+  * [[BS2_SetIPV6Config]]:​ [+ 2.6.3] ​Stores IPv6 configuration information
-  * [[BS2_GetIPV6ConfigViaUDP]]:​ [+ 2.6.3] ​IP V6 설정 정보를 ​UDP broadcasting를 통해 가져옵니다+  * [[BS2_GetIPV6ConfigViaUDP]]:​ [+ 2.6.3] ​Retrieves IPv6 configuration through ​UDP broadcast
-  * [[BS2_SetIPV6ConfigViaUDP]]:​ [+ 2.6.3] ​IP V6 설정 정보를 ​UDP broadcasting를 통해 저장합니다+  * [[BS2_SetIPV6ConfigViaUDP]]:​ [+ 2.6.3] ​Stores IPv6 configuration through ​UDP broadcast
-  * [[BS2_GetIPV6ConfigViaUDPEx]]:​ [+ 2.6.3] ​IP V6 설정 정보를 ​UDP broadcasting를 통해 가져옵니다. (host ip 지정) +  * [[BS2_GetIPV6ConfigViaUDPEx]]:​ [+ 2.6.3] ​Retrieves IPv6 configuration through ​UDP broadcast with host IP.  
-  * [[BS2_SetIPV6ConfigViaUDPEx]]:​ [+ 2.6.3] ​IP V6 설정 정보를 ​UDP broadcasting를 통해 저장합니다. (host ip 지정)+  * [[BS2_SetIPV6ConfigViaUDPEx]]:​ [+ 2.6.3] ​Stores IPv6 configuration through ​UDP broadcast with host IP. 
 \\ \\
 ===== Structure ===== ===== Structure =====
Line 136: Line 136:
     bool secureTamper;​​ ​     bool secureTamper;​​ ​
     bool reserved0; ​    // (write protected)     bool reserved0; ​    // (write protected)
-    ​bool gdprSupport;​ +    uint8_t reserved[2];
-    ​uint8_t reserved[1];+
     uint8_t ​reserved2[20]; ​         uint8_t ​reserved2[20]; ​    
 } BS2SystemConfig;​ } BS2SystemConfig;​
Line 172: Line 171:
 Flag to determine whether to use a security tamper. \\ Flag to determine whether to use a security tamper. \\
 When Tamper on, the following data is deleted from the device. (User, log, data encryption key, SSL certificate) \\ \\ When Tamper on, the following data is deleted from the device. (User, log, data encryption key, SSL certificate) \\ \\
-**13. //tamperOn//** \\  +**13. //reserved0//** \\  
-The information to manage the tampering internally, which should not be set. \\ +Reserved space. \\ \\  
-Be sure to call [[BS2_SetSystemConfig]] after completing the necessary settings except for tamperOn after [[BS2_GetSystemConfig]]. \\ \\ +**14. //reserved//** \\ 
-**14. //reserved1//** \\ +
 Reserved space. \\ \\  Reserved space. \\ \\ 
 **15. //​reserved2//​** \\  **15. //​reserved2//​** \\ 
Line 241: Line 239:
 **7. //​faceDetectionLevel//​** \\  **7. //​faceDetectionLevel//​** \\ 
 Level of face detection in user authentication. If the detected face level is lower than the configuration,​ it will be processed as authentication fail.\\ Level of face detection in user authentication. If the detected face level is lower than the configuration,​ it will be processed as authentication fail.\\
 +When set, the camera view according to Normal/​Strict is displayed, access is denied if the device doesn'​t recognize facial image through image log. Default is 0. 
 <WRAP group 50%> <WRAP group 50%>
 ^Value ​ ^Description ​ ^ ^Value ​ ^Description ​ ^
Line 248: Line 247:
 </​WRAP>​ </​WRAP>​
 <WRAP info> <WRAP info>
-Only valid for devices ​with a camera.+Only valid for A2. Not used with FaceStation2 or FaceLite.
 </​WRAP>​ </​WRAP>​
 **8. //​useServerMatching//​** \\  **8. //​useServerMatching//​** \\ 
Line 580: Line 579:
     uint8_t fileID;     uint8_t fileID;
     uint8_t encryptionType;​     uint8_t encryptionType;​
-    uint8_t reserved[3];+    ​uint8_t operationMode;​ 
 +    ​uint8_t reserved[2];
 } BS2DesFireCard;​ } BS2DesFireCard;​
  
Line 626: Line 626:
 File ID that is stored inside the DesFire card, which will be used by the application to read and write data.\\ \\  File ID that is stored inside the DesFire card, which will be used by the application to read and write data.\\ \\ 
 **15. //​encryptionType//​** \\  **15. //​encryptionType//​** \\ 
-Type of data encryption. AES will be supported soon.\\ +Type of data encryption.\\ ​
 <WRAP group 50%> <WRAP group 50%>
 ^Value ​ ^Description ​ ^ ^Value ​ ^Description ​ ^
Line 632: Line 632:
 |1  |AES  | |1  |AES  |
 </​WRAP>​ </​WRAP>​
-**16. //​reserved//​** \\ +**16. //​operationMode//​** \\  
 +Operation mode. (operationMode will be supported soon.)\\  
 +<WRAP group 50%> 
 +^Value ​ ^Description ​ ^ 
 +|0  |Lagacy mode (Using PICC master key)  | 
 +|1  |New mode (Using App master key)  | 
 +</​WRAP>​ 
 +**17. //​reserved//​** \\ 
 Reserved space.\\ \\  Reserved space.\\ \\ 
-**17. //​byteOrder//​** \\ +**18. //​byteOrder//​** \\ 
 Order of how the byte of the card is stored. When it is set as 0, will function as MSB((Most Significant Bit)). When it is set as 1, will function as LSB((Least Significant Bit)). \\ \\  Order of how the byte of the card is stored. When it is set as 0, will function as MSB((Most Significant Bit)). When it is set as 1, will function as LSB((Least Significant Bit)). \\ \\ 
-**18. //​useWiegandFormat//​** \\ +**19. //​useWiegandFormat//​** \\ 
 Decides whether to use Wiegand format.\\ \\  Decides whether to use Wiegand format.\\ \\ 
-**19. //​dataType//​** \\ +**20. //​dataType//​** \\ 
 Type of card data. \\  Type of card data. \\ 
 <WRAP group 50%> <WRAP group 50%>
Line 647: Line 654:
 |3  |BCD  | |3  |BCD  |
 </​WRAP>​ </​WRAP>​
-**20. //​useSecondaryKey//​** \\ +**21. //​useSecondaryKey//​** \\ 
 Decides whether to use the secondary encryption key. \\ \\  Decides whether to use the secondary encryption key. \\ \\ 
-**21. //​formatID//​** \\ +**22. //​formatID//​** \\ 
 ID that is used when the card configuration needs to be managed from the database on the BioStar application.\\ \\  ID that is used when the card configuration needs to be managed from the database on the BioStar application.\\ \\ 
-**22. //​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 XPass D2 Gangbox Keypad type. \\
Line 658: Line 665:
 |0  |Deactivate ​ | |0  |Deactivate ​ |
 |1  |Activate ​ | |1  |Activate ​ |
-**23. //​reserved5//​** \\ +**24. //​reserved5//​** \\ 
 Reserved space. \\  ​ Reserved space. \\  ​
 +</​WRAP>​
 ==== BS2FingerprintConfig ==== ==== BS2FingerprintConfig ====
 <code cpp> <code cpp>