Reply To: Desfire write SDK Lite

Forum MIFARE SDK Desfire write SDK Lite Reply To: Desfire write SDK Lite

Re: Desfire write SDK Lite

2. March 2016 at 14:28
Hi thanks for quick reply!

My problem is that I cant find such functions as you descripted. There is only functions like this:

public interface IDESFireEV1 {
String TAG = "DESFire_LITE";

void writeNDEF(byte[] var1, NdefMessage var2) throws SmartCardException;

NdefMessage readNDEF(byte[] var1);

void updatePICCMasterKey(byte[] var1, byte[] var2) throws SmartCardException;

void authenticate(byte[] var1, byte[] var2, byte[] var3) throws SmartCardException;

void personalize(byte[] var1, byte[] var2, byte[] var3) throws SmartCardException;

void updateApplicationMasterKey(byte[] var1, byte[] var2, byte[] var3, byte[] var4) throws SmartCardException;

void write(byte[] var1) throws SmartCardException;

byte[] read(int var1) throws SmartCardException;

CardDetails getCardDetails() throws SmartCardException;

void format(byte[] var1) throws SmartCardException;

byte[] getUID() throws SmartCardException;

IReader getReader();

Type getType();
}


So I can create application only using personalize function at the moment. And there is hardcoded that it will write file name "00". Do I use wrong object or is that Lite SDK limited for that scale? It not a problem to get that Adcanced if I need that.

Br, Ville
+ 0  |  - 0