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/07/22 17:39]
kkshin
en:configuration_api [2020/02/18 10:00]
yjjung [Configuration API]
Line 59: Line 59:
   * [[BS2_GetDstConfig]]:​​ Retrieves the device DST information.   * [[BS2_GetDstConfig]]:​​ Retrieves the device DST information.
   * [[BS2_SetDstConfig]]:​​ Stores the device DST information.   * [[BS2_SetDstConfig]]:​​ Stores the device DST information.
 +  * [[BS2_GetSupportedConfigMask]]:​ Retrieves supported configuration of the device.
   * [[BS2_GetIPConfigViaUDPEx]]:​ [+ 2.6.3] Retrieves IP configuration through UDP broadcast with host IP.    * [[BS2_GetIPConfigViaUDPEx]]:​ [+ 2.6.3] Retrieves IP configuration through UDP broadcast with host IP. 
   * [[BS2_SetIPConfigViaUDPEx]]:​ [+ 2.6.3] Stores IP configuration through UDP broadcast with host IP.    * [[BS2_SetIPConfigViaUDPEx]]:​ [+ 2.6.3] Stores IP configuration through UDP broadcast with host IP. 
Line 136: Line 137:
     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 172:
 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 240:
 **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 248:
 </​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 639: Line 639:
 |0  |Lagacy mode (Using PICC master key)  | |0  |Lagacy mode (Using PICC master key)  |
 |1  |New mode (Using App master key)  | |1  |New mode (Using App master key)  |
 +</​WRAP>​
 **17. //​reserved//​** \\  **17. //​reserved//​** \\ 
 Reserved space.\\ \\  Reserved space.\\ \\ 
Line 667: Line 668:
 **24. //​reserved5//​** \\  **24. //​reserved5//​** \\ 
 Reserved space. \\  ​ Reserved space. \\  ​
 +</​WRAP>​
 ==== BS2FingerprintConfig ==== ==== BS2FingerprintConfig ====
 <code cpp> <code cpp>