MIFARE Ultralight . , 3 , .
2 ( 2): 3-7 3-7. , 3 3, 4 4 .. . 0 3, 1 4-9, 2 10-15.
3 ( 2): 0-7 8-15. , 0 8, 1 9 ..
, , 4-7, :
mifare.transceive(new byte[] {
(byte)0xA2,
(byte)0x02,
(byte)0x00, (byte)0x00, (byte)0xF0, (byte)0x00
});
, mifare.transceive() mifare.writePage():
mifare.writePage(2, new byte[] {
(byte)0x00, (byte)0x00, (byte)0xF0, (byte)0x00
});
, . , 1 ( LOCKED), 0 ( UNLOCKED).
. , i LOCKED (, 3 <= <= 15!!!), - :
mifare.transceive(new byte[] {
(byte)0xA2,
(byte)0x02,
(byte)0x00, (byte)0x00, (byte)((1<<i) & 0x0FF), (byte)(((1<<i)>>>8) & 0x0FF)
});