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 [2021/09/06 16:45]
mark
en:device_api [2022/10/05 14:29]
sungjun
Line 200: Line 200:
         BS2_SUPPORT_DESFIREEX = 0x00000008,         BS2_SUPPORT_DESFIREEX = 0x00000008,
         BS2_SUPPORT_FACE_EX = 0x00000010,         BS2_SUPPORT_FACE_EX = 0x00000010,
 +        BS2_SUPPORT_QR ​     = 0x00000020,
  
         BS2_SUPPORT_FINGER_SCAN = 0x00010000,         BS2_SUPPORT_FINGER_SCAN = 0x00010000,
         BS2_SUPPORT_FACE_SCAN = 0x00020000,         BS2_SUPPORT_FACE_SCAN = 0x00020000,
         BS2_SUPPORT_FACE_EX_SCAN = 0x00040000,         BS2_SUPPORT_FACE_EX_SCAN = 0x00040000,
 +        BS2_SUPPORT_QR_SCAN ​    = 0x00080000,
  
-        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,​+        BS2_SUPPORT_ALL ​     = BS2_SUPPORT_RS485EX | 
 +   ​BS2_SUPPORT_CARDEX | 
 +   ​BS2_SUPPORT_DST | 
 +   ​BS2_SUPPORT_DESFIREEX | 
 +   ​BS2_SUPPORT_FACE_EX | 
 +   BS2_SUPPORT_QR | 
 +   ​BS2_SUPPORT_FINGER_SCAN | 
 +   ​BS2_SUPPORT_FACE_SCAN | 
 +   ​BS2_SUPPORT_FACE_EX_SCAN ​
 +   BS2_SUPPORT_QR_SCAN,
     };     };
     uint32_t supported;     uint32_t supported;
Line 222: Line 233:
 |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_FACE_EX |0x00000010 |Whether support face matching for FSF2 [+ V2.7.1] | |BS2_SUPPORT_FACE_EX |0x00000010 |Whether support face matching for FSF2 [+ V2.7.1] |
 +|BS2_SUPPORT_QR |0x00000020 |Whether support QR matching ''​XStation 2 QR''​ [+ V2.8.0] |
 |BS2_SUPPORT_FINGER_SCAN |0x00010000 |Whether support fingerprint scan [+ 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_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_FACE_EX_SCAN |0x00040000 |Whether support face scan for FSF2 [+ V2.7.1] |
-|BS2_SUPPORT_ALL ​ |0x0000000F ​ ​|Whether to provide additional full information |+|BS2_SUPPORT_QR_SCAN |0x00080000 |Whether support QR scan ''​XStation 2''​ [+ V2.8.0] | 
 +|BS2_SUPPORT_ALL ​ |0x000FFFFF ​ ​|Whether to provide additional full information |
 </​WRAP>​ </​WRAP>​
  
Line 671: Line 684:
 It indicates the system information supported by the device in bit units as follows. \\ It indicates the system information supported by the device in bit units as follows. \\
 ^Bit position ​ ^Number of bit  ^Member ​  ​^Description ​ ^ ^Bit position ​ ^Number of bit  ^Member ​  ​^Description ​ ^
-|0  |1  |intelligentPDSupported ​ |Intelligent ​Slave Support or not  | +|0  |1  |intelligentPDSupported ​ |Whether ​Intelligent ​PD is supported.([[configuration api#​BS2Rs485Config|BS2Rs485Config]]) ​ | 
-|1  |7  |unused2 ​ |Unassigned ​ | +|1  ​|1  |updateUserSupported ​ |Whether User information update is supported. ​ | 
-36. //​reserved//​ \\ +|2  |1  |simulatedUnlockSupported ​ |Whether simulated button unlock is supported. ​ | 
 +|3  |1  |smartCardByteOrderSupported ​ |Whether smartCardByteOrder is supported ([[configuration api#​BS2CardConfig|BS2CardConfig]]) ​ | 
 +|4  |1  |treatAsCSNSupported ​ |Whether treatAsCSN is supported. ([[configuration api#​BS2BarcodeConfig|BS2BarcodeConfig]]) ​ | 
 +|5  |1  |rtspSupported ​ |Whether RTSP is supported. ([[configuration api#​BS2RtspConfig|BS2RtspConfig]]) ​ | 
 +|6  |1  |lfdSupported ​ |Whether LFD is supported. ​ | 
 +|7  | |visualQRSupported ​ |Whether Visual QR is supported. ​ | 
 + 
 +36. //​maxVoipExtensionNumbers//​ \\  
 +It is the number of registered internal numbers in the extension phone book at the extended VoIP setting information.\\ \\  
 +37. //​reserved//​ \\ 
 Reserved space.\\ \\  Reserved space.\\ \\