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 Both sides next revision
en:configuration_api [2019/06/18 13:27]
yjjung [Configuration API]
en:configuration_api [2019/07/22 17:37]
kkshin
Line 580: Line 580:
     uint8_t fileID;     uint8_t fileID;
     uint8_t encryptionType;​     uint8_t encryptionType;​
-    uint8_t reserved[3];+    ​uint8_t operationMode;​ 
 +    ​uint8_t reserved[2];
 } BS2DesFireCard;​ } BS2DesFireCard;​
  
Line 626: Line 627:
 File ID that is stored inside the DesFire card, which will be used by the application to read and write data.\\ \\  File ID that is stored inside the DesFire card, which will be used by the application to read and write data.\\ \\ 
 **15. //​encryptionType//​** \\  **15. //​encryptionType//​** \\ 
-Type of data encryption. AES will be supported soon.\\ +Type of data encryption.\\ ​
 <WRAP group 50%> <WRAP group 50%>
 ^Value ​ ^Description ​ ^ ^Value ​ ^Description ​ ^
Line 632: Line 633:
 |1  |AES  | |1  |AES  |
 </​WRAP>​ </​WRAP>​
 +**16. //​operationMode//​** \\ 
 +Operation mode. (operationMode will be supported soon.)\\ ​
 +<WRAP group 50%>
 +^Value ​ ^Description ​ ^
 +|0  |Lagacy mode (Using PICC master key)  |
 +|1  |New mode (Using App master key)  |
 **16. //​reserved//​** \\  **16. //​reserved//​** \\ 
 Reserved space.\\ \\  Reserved space.\\ \\