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:log_management_api [2018/09/12 09:59]
kkshin
en:log_management_api [2020/02/18 11:03]
yjjung [Log Management API]
Line 11: Line 11:
   * [[BS2_GetLogBlob]]:​ Gets certain amount of logs based on the event mask.   * [[BS2_GetLogBlob]]:​ Gets certain amount of logs based on the event mask.
   * [[BS2_GetFilteredLogSinceEventId]]:​​ Gets filtered logs.   * [[BS2_GetFilteredLogSinceEventId]]:​​ Gets filtered logs.
 +  * [[BS2_GetImageLog]] : Gets image logs using event ID.
 +  * [[BS2_GetLogSmallBlob]]:​ [+ 2.6.4] Gets certain amount of logs based on the event mask in an efficient way. 
 ===== Callback Function ===== ===== Callback Function =====
 <code cpp> <code cpp>
Line 178: Line 180:
 |::: |BS2_EVENT_USER_DELETE_ALL_SUCCESS ​ |0x2600 ​ |Delete all user success ​ | |::: |BS2_EVENT_USER_DELETE_ALL_SUCCESS ​ |0x2600 ​ |Delete all user success ​ |
 |::: |BS2_EVENT_USER_ISSUE_AOC_SUCCESS ​ |0x2700 ​ |Authentication success with access card | |::: |BS2_EVENT_USER_ISSUE_AOC_SUCCESS ​ |0x2700 ​ |Authentication success with access card |
 +|::: |BS2_EVENT_USER_DUPLICATE_CREDENTIAL ​ |0x2800 ​ |Duplicated credential(Card/​Fingerprint/​Face) detection|
 |Device ​ |BS2_EVENT_DEVICE_SYSTEM_RESET ​ |0x3000 ​ |System reset  | |Device ​ |BS2_EVENT_DEVICE_SYSTEM_RESET ​ |0x3000 ​ |System reset  |
 |::: |BS2_EVENT_DEVICE_SYSTEM_STARTED ​ |0x3100 ​ |System started ​ | |::: |BS2_EVENT_DEVICE_SYSTEM_STARTED ​ |0x3100 ​ |System started ​ |
Line 261: Line 264:
 |:::​|BS2_TNA_KEY_16|Esc|16| |:::​|BS2_TNA_KEY_16|Esc|16|
 </​WRAP>​ </​WRAP>​
 +\\ 
 +**[+ 2.6.3] Additional feature of param** \\ 
 +Only if the event code is relevant to the user. \\ 
 +If you add, modify or delete users directly from the device, param is 1, 0 if done through BioStar. \\ 
 +For example, if param was 1 with the event BS2_EVENT_USER_ENROLL_SUCCESS,​ it means the user was added directly on the device. \\ 
 +This feature is supported from the firmware version below. 
 +<WRAP group 60%> 
 +^Device Type ^Supported Ver.  ^ 
 +|BioStation 2 |V1.7.0 | 
 +|BioStation A2 |V1.6.0 | 
 +|CoreStation 40 |V1.2.0 | 
 +|BioEntry P2 |V1.2.0 | 
 +|BioStation L2 |V1.4.0 | 
 +|BioLite N2 |V1.1.0 | 
 +|BioEntry W2 |V1.3.0 | 
 +|FaceStation 2 |V1.2.0| 
 +</​WRAP>​ 
 +\\ \\ 
  
 **19. //image//** \\  **19. //image//** \\