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 [2024/02/16 11:49]
mwkim [BS2FaceConfig]
en:configuration_api [2024/02/16 12:14]
mwkim [BS2DisplayConfig]
Line 390: Line 390:
     uint8_t tnaIcon[16];​     uint8_t tnaIcon[16];​
     uint8_t useScreenSaver;​     uint8_t useScreenSaver;​
-    uint8_t reserved1[31];+    ​uint8_t showOsdpResult;​ 
 +    ​uint8_t reserved1[30];
 } BS2DisplayConfig;​ } BS2DisplayConfig;​
 </​code>​ </​code>​
Line 496: Line 497:
 **17. //​useScreenSaver//​** \\  **17. //​useScreenSaver//​** \\ 
 ''​FaceStation 2'',​ ''​FaceStation F2''​ If set true, you can activate the screensaver. \\ \\ ''​FaceStation 2'',​ ''​FaceStation F2''​ If set true, you can activate the screensaver. \\ \\
-**18. //reserved1//** \\ +**18. //showOsdpResult//** \\  
 +[+ 2.9.6] In environments where Suprema devices are connected as master devices to Intelligent Slaves or third-party controllers,​ this option allows authentication results to be displayed on the device screen. \\ 
 +<WRAP group 50%> 
 +^Value ​ ^Description ​ ^ 
 +|0  |Display OSDP Authentication Result (Default) ​ | 
 +|1  |Do Not Display OSDP Authentication Result ​ | 
 +</​WRAP>​ 
 +19. //​reserved1// ​\\ 
 Reserved space. \\  Reserved space. \\ 
- 
 ==== BS2IpConfig ==== ==== BS2IpConfig ====
 <code cpp> <code cpp>
Line 1232: Line 1239:
     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 1286:
 |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 ====