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:smartcard_api [2020/09/10 16:27]
yjjung
en:smartcard_api [2021/01/28 10:00]
yjjung
Line 48: Line 48:
 The data of card template. \\  The data of card template. \\ 
 In case of Secure Credential Card(SCC), users need to have card information which includes Card ID(24byte), issueCount(4byte) and TimeStamp(4byte). Also, cardObjs array of BS2UserBlob structure should be filled for SCC cards and the user should be updated after SCC issuing. ​ \\ In case of Secure Credential Card(SCC), users need to have card information which includes Card ID(24byte), issueCount(4byte) and TimeStamp(4byte). Also, cardObjs array of BS2UserBlob structure should be filled for SCC cards and the user should be updated after SCC issuing. ​ \\
 +\\
 +
 +<WRAP tip 70%>
 +**Tip**\\
 +TimeStamp or issueCount is an operational flag for better management but there'​s no validation check for TimeStamp or issueCount on the device. You can use any value as long as the data and the BS2UserBlob.cardObj match. ​
 +</​WRAP>​
 +
 ==== BS2SmartCardHeader ==== ==== BS2SmartCardHeader ====
 <code cpp> <code cpp>
Line 98: Line 105:
 Mask for whether there is a duress finger. \\  Mask for whether there is a duress finger. \\ 
 **8. //​cardAuthMode//​** \\  **8. //​cardAuthMode//​** \\ 
-''​Other devices ​except FaceStation F2''​ Card authentication mode. \\ +''​Other devices''​ Card authentication mode. \\ 
 ''​FaceStation F2''​ Please use **cardAuthModeEx** instead \\  ''​FaceStation F2''​ Please use **cardAuthModeEx** instead \\ 
 <WRAP group 50%> <WRAP group 50%>
Line 113: Line 120:
 Flag of usage of Alphanumeric ID \\  Flag of usage of Alphanumeric ID \\ 
 **10. //​cardAuthModeEx//​** \\  **10. //​cardAuthModeEx//​** \\ 
-''​Other devices ​except FaceStation F2''​ Please use **cardAuthMode** instead \\ +''​Other devices''​ Please use **cardAuthMode** instead \\ 
 [+ V2.7.1] ''​FaceStation F2''​ Card authentication mode \\  [+ V2.7.1] ''​FaceStation F2''​ Card authentication mode \\ 
 <WRAP group 60%> <WRAP group 60%>