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 [2021/08/05 15:05]
peter
en:log_management_api [2021/08/07 14:44]
kkshin [BS2Event]
Line 74: Line 74:
             uint8_t reserved[12];​             uint8_t reserved[12];​
         } interlock;         } interlock;
- struct { +        ​struct { 
- uint16_t relayPort;​ +            uint16_t relayPort;​ 
- uint16_t inputPort;​ +            uint16_t inputPort;​ 
- uint8_t reserved[28];​ +            uint8_t reserved[28];​ 
- } relayAction;​+        } relayAction;​
     };     };
     union {     union {
Line 140: Line 140:
 **16. //​​relayAction.relayPort//​** \\  **16. //​​relayAction.relayPort//​** \\ 
 Relay port identifier when IM-120 RelayAction takes place. \\ \\ Relay port identifier when IM-120 RelayAction takes place. \\ \\
-**17. //​​relayAction.inputPort//​​ \\ +**17. //​​relayAction.inputPort//​​** \\ 
 Relay port identifier when IM-120 RelayAction takes place. \\ \\ Relay port identifier when IM-120 RelayAction takes place. \\ \\
-18. //subCode// \\+**18. //subCode//** \\
 Sub code value of log types. Use if the additional information is necessary. \\ Sub code value of log types. Use if the additional information is necessary. \\
-^Category ^Event code  ^Value ​ ^Description ​ ^+^Category ^Event code ^Value ^Description ​ ^
 |Verify ​ |BS2_SUB_EVENT_VERIFY_ID_PIN ​ |0x01  |ID and PIN verification success ​ | |Verify ​ |BS2_SUB_EVENT_VERIFY_ID_PIN ​ |0x01  |ID and PIN verification success ​ |
 |::: |BS2_SUB_EVENT_VERIFY_ID_FINGER ​ |0x02  |ID and fingerprint verification success ​ | |::: |BS2_SUB_EVENT_VERIFY_ID_FINGER ​ |0x02  |ID and fingerprint verification success ​ |