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:device_api [2020/02/18 10:02]
yjjung [BS2SimpleDeviceInfoEx]
en:device_api [2020/09/10 16:30]
yjjung [BS2SimpleDeviceInfoEx]
Line 177: Line 177:
     enum     enum
     {     {
-        BS2_SUPPORT_RS485EX = 0x00000001,​ +        BS2_SUPPORT_RS485EX ​ = 0x00000001,​ 
-        BS2_SUPPORT_CARDEX ​ = 0x00000002,​ +        BS2_SUPPORT_CARDEX ​  = 0x00000002,​ 
-        BS2_SUPPORT_DST ​    ​= 0x00000004,​ +        BS2_SUPPORT_DST ​    = 0x00000004,​ 
-        ​BS2_SUPPORT_ALL ​    BS2_SUPPORT_RS485EX | BS2_SUPPORT_CARDEX | BS2_SUPPORT_DST+        ​BS2_SUPPORT_DESFIREEX 0x00000008
-    };+        ​BS2_SUPPORT_FACE_EX = 0x00000010,
  
 +        BS2_SUPPORT_FINGER_SCAN = 0x00010000,
 +        BS2_SUPPORT_FACE_SCAN = 0x00020000,
 +        BS2_SUPPORT_FACE_EX_SCAN = 0x00040000,
 +
 +        BS2_SUPPORT_ALL ​     = BS2_SUPPORT_RS485EX | BS2_SUPPORT_CARDEX | BS2_SUPPORT_DST | BS2_SUPPORT_DESFIREEX | BS2_SUPPORT_FACE_EX | BS2_SUPPORT_FINGER_SCAN | BS2_SUPPORT_FACE_SCAN | BS2_SUPPORT_FACE_EX_SCAN,​
 +    };
     uint32_t supported;     uint32_t supported;
     uint8_t ​ reserved[4];​     uint8_t ​ reserved[4];​
Line 191: Line 197:
 The current device additionally obtains information beyond the functionality provided by BS2SimpleDeviceInfo.\\ The current device additionally obtains information beyond the functionality provided by BS2SimpleDeviceInfo.\\
 By bit masking with the values defined below, you can check if it is supported. By bit masking with the values defined below, you can check if it is supported.
-<WRAP group 70%>+<WRAP group 80%>
 ^Definition ​ ^Value ​ ^Description ​ ^ ^Definition ​ ^Value ​ ^Description ​ ^
 |BS2_SUPPORT_RS485EX ​ |0x00000001 ​ |Whether RS485 extensions are supported (In case of CoreStation 40)  | |BS2_SUPPORT_RS485EX ​ |0x00000001 ​ |Whether RS485 extensions are supported (In case of CoreStation 40)  |
Line 197: Line 203:
 |BS2_SUPPORT_DST ​ |0x00000004 ​ |Whether daylight savings time is used | |BS2_SUPPORT_DST ​ |0x00000004 ​ |Whether daylight savings time is used |
 |BS2_SUPPORT_DESFIREEX |0x00000008 |Whether DesFire advanced setting is supported [+2.6.4] | |BS2_SUPPORT_DESFIREEX |0x00000008 |Whether DesFire advanced setting is supported [+2.6.4] |
-|BS2_SUPPORT_ALL ​ |0x00000007 ​ ​|Whether to provide additional full information |+|BS2_SUPPORT_FACE_EX |0x00000010 |Whether support face matching for FSF2 [+ V2.7.1] | 
 +|BS2_SUPPORT_FINGER_SCAN |0x00010000 |Whether support fingerprint scan [+ V2.7.1] | 
 +|BS2_SUPPORT_FACE_SCAN |0x00020000 |Whether support face scan for FS2 and FL [+ V2.7.1] | 
 +|BS2_SUPPORT_FACE_EX_SCAN |0x00040000 |Whether support face scan for FSF2 [+ V2.7.1] | 
 +|BS2_SUPPORT_ALL ​ |0x0000000F ​ ​|Whether to provide additional full information |
 </​WRAP>​ </​WRAP>​