When using SimpleTagConnection or MFStandardConnection
can any explain to me about the read() and write() functions
SimpleTagConnection
What do the ints and bytes represent in the following :
1, conn.writeLogical(int, byte);
2, conn.readLogical(int, int);
MFStandardConnection
What do the keys, ints and bytes represent in the following :
1, block.write(key, byte, int);
2, block.read(key, byte, int, int, int);
i want to write a int to a rfid card (Mifare Ultralight)
and then be able to read it back at a later point, im useing the nokia NFC 6131 emulator
any help or example code would be much appricatiated

Reply With Quote

