Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:release_note_260 [2018/10/29 09:21]
kkshin [New Features]
en:release_note_260 [2023/08/17 13:36]
Line 1: Line 1:
  
-===== Version 2.6.0 ===== 
-==== Date ==== 
-2018-04-15 ​ 
- 
-<callout type="​warning"​ icon="​true">​ 
-<wrap em>​CAUTION</​wrap>​ \\ 
-Up to version 2.5.0, Device SDK statically included OpenSSL library,\\ 
-but starting with 2.6.0, it has been changed to link in shared library form. \\ 
-Therefore, you need to run the appropriate OpenSSL library after installation. \\ 
-The 2.6.0 library has been tested based on the OpenSSL 1.0.2n library. \\ 
-The sample files contain the OpenSSL 1.0.2n Windows library file. 
-</​callout>​ 
-\\ 
- 
-==== New Features ==== 
-  * Supports ​ for new device connections (BioLite N2, Xpass D2) 
-  * Supports Daylight saving time (DST)  
-  * Supports Interlock zone  
-  * Supports data encryption key setting of device 
-  * Factory default without network setting 
- 
-<text size="​x-large">​1.</​text>​New devices BioLite N2, Xpass D2 are supported. Xpass D2 is a slave exclusive card device.\\ 
-<text size="​x-large">​2.</​text>​Daylight Saving Time can be set up to 2 devices. In addition, relevant information has been added to the log to let you know when daylight saving time is in effect. 
- 
-  * API [[BS2_GetDstConfig]] has been added 
-  * API [[BS2_SetDstConfig]] has been added 
-  * Structure [[configuration api#​BS2DstConfig]] has been added 
-  * Structure [[Log_Management_API#​BS2Event]] has been modified 
- 
-<text size="​x-large">​3.</​text>​ 
-Interlock zone setting is supported. It is used when one door and the other door need to be exclusively locked to each other. Currently only CoreStation is available. 
- 
-  * API [[BS2_GetInterlockZone]] has been added 
-  * API [[BS2_GetInterlockZoneStatus]] has been added  
-  * API [[BS2_GetAllInterlockZoneStatus]] has been added    
-  * API [[BS2_SetInterlockZone]] has been added 
-  * API [[BS2_SetInterlockZoneAlarm]] has been added 
-  * API [[BS2_RemoveInterlockZone]] has been added  
-  * API [[BS2_RemoveAllInterlockZone]] has been added 
-  * Structure [[zone control api#​BS2InterlockZoneBlob]] has been added 
- 
-<text size="​x-large">​4.</​text>​Data Encryption key of the device can be changed and verified. 
-  * API [[BS2_GetDataEncryptKey]] has been added 
-  * API [[BS2_SetDataEncryptKey]] has been added 
-  * API [[BS2_RemoveDataEncryptKey]] has been added  
- 
-<text size="​x-large">​5.</​text>​Supports new device initialization API BS2_ResetConfigExceptNetInfo. This API can factory default without network information unlike BS2_ResetConfig. 
- 
-  * API [[BS2_ResetConfigExceptNetInfo]] has been added  
- 
-<text size="​x-large">​6.</​text>​Supports feature feasibility check API BS2_GetDeviceInfoEx. This API BS2_GetDeviceInfo uses structure BS2SimpleDeviceInfoEx which has recent fields moved from the BS2SimpleDeviceInfo. 
- 
-  * API [[BS2_GetDeviceInfoEx]] has been added 
-  * Structure [[device_api # BS2SimpleDeviceInfoEx]] has been added 
-==== Modified features ==== 
- 
-<text size="​x-large">​1.</​text>​ Simultaneous use of Wiegand In / Out is supported. \\ 
-This function can be used by setting the mode value to 2 when Wiegand is set.\\ 
-  * Refer to structure [[configuration api#​BS2WiegandConfig]] ​ 
- 
-<text size="​x-large">​2.</​text>​ Device security tamper setting is supported. \\ 
-The secureTamper of BS2SystemConfig can check and set whether the current security tamper is set. \\ 
-  This structure must be configured after reading through BS2_GetSystemConfig,​ and then only necessary information should be modified through BS2_SetSystemConfig. \\ 
-  * Refer to structure [[configuration api#​BS2SystemConfig]] 
- 
-<text size="​x-large">​3.</​text>​ Fingerprinter is supported on FaceStation2\\ 
-Although FaceStation 2 doesn'​t have a fingerprint sensor and therefore doesn'​t support fingerprint authentication directly from the device, 
-since fingerprint device can be connected to as a slave device, fingerprint matching is supported. \\ 
-Thus, BS2SimpleDeviceInfo.fingersupported changed from 0 to 1. \\ 
-Whether or not the device currently supports fingerprint matching can be checked via fingerSupported in BS2SimpleDeviceInfo. \\ 
-  * Refer to structure [[device_api#​BS2SimpleDeviceInfo]] ​