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 Both sides next revision
en:configuration_api [2024/02/16 11:49]
mwkim [BS2FaceConfig]
en:configuration_api [2024/02/16 12:08]
mwkim [BS2Trigger]
Line 1232: Line 1232:
     uint32_t deviceID;     uint32_t deviceID;
     uint8_t type;     uint8_t type;
-    uint8_t reserved[3];+    uint8_t reserved
 +    uint16_t ignoreSignalTime;
     ​     ​
     union {     union {
Line 1278: Line 1279:
 |3|Schedule trigger| |3|Schedule trigger|
 </​WRAP>​ </​WRAP>​
 +11. //​reserved//​ \\ 
 +Reserved space. \\ \\
 +12. //​ignoreSignalTime//​ \\ 
 +[+2.9.6] This setting is specified in milliseconds and is used to ignore repetitive input signals within a certain time frame. \\
 +In a case where the Suprema device is connected to a third-party controller via wiegand, \\
 +and the controller repeatedly requests feedback for authentication,​ \\
 +this setting allows you to specify a period of time during which the input signal is forcibly ignored. \\ \\
  
 ==== BS2Action ==== ==== BS2Action ====