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/06/06 20:01]
kateyu [BS2FaceConfig]
en:configuration_api [2021/06/06 20:20]
kateyu [BS2Rs485Config]
Line 905: Line 905:
 **15. //​reserved//​** \\  **15. //​reserved//​** \\ 
 Reserved space.\\ \\  Reserved space.\\ \\ 
-**16. //​reserved//​** \\  +**16. //​intelligentInfo//​** \\ 
-Reserved space.\\ \\  +
-**17. //​intelligentInfo//​** \\ +
 ''​[+V2.8]''​ This is Intelligent Slave Device Information\\ ​ ''​[+V2.8]''​ This is Intelligent Slave Device Information\\ ​
 This only works when the device mode is RS485 default.\\ This only works when the device mode is RS485 default.\\
-Once the Suprema device is connected to a slave device to the 3rd party ACU through RS485(OSDP),​ the Suprema device becomes a Peripheral Device of the OSDP automatically.\\+Once the Suprema device is connected to a slave device to the 3rd party ACU through RS485(OSDP),​ the Suprema device becomes a Peripheral Device of the OSDP automatically.\\ \\
  
 +**17. //​reserved1//​** \\ 
 +Reserved space.\\ \\ 
 **18. //​channels//​** \\  **18. //​channels//​** \\ 
 List of RS-485 channels, which can be configured up to 4 channels.\\ \\  List of RS-485 channels, which can be configured up to 4 channels.\\ \\ 
Line 2401: Line 2401:
 It must be as the value multiplied by 10 of the temperature to be set. The value is available -50 ~ +50 \\ \\ It must be as the value multiplied by 10 of the temperature to be set. The value is available -50 ~ +50 \\ \\
  
 +==== BS2BarcodeConfig ====
 +<code cpp>
 +typedef struct {
 +    uint8_t useBarcode;
 +    uint8_t scanTimeout;​
 +    uint8_t reserved[14];​
 +} BS2BarcodeConfig;​
 +</​code>​
 +1. //​useBarcode//​ \\ 
 +This is the flag for enabling Barcode or disabling Barcode. \\ \\ 
 +2. //​scanTimeout//​ \\ 
 +This is Timeout(second) setting for scanning Barcode. \\ 
 +Default second is 4 seconds. The time out can be set from 4 to 10 seconds. \\ \\
 +3. //​reserved//​ \\ 
 +Reserved space. \\