This library implements the basic functionality exposed in Android for Mifare Ultralight.
See here: http://developer.android.com/reference/android/nfc/tech/MifareUltralight.html
It allows you to connect to it, read pages and write pages to it.
MUL
Author: thedesolatesoul
Version: 1
See here: http://developer.android.com/reference/android/nfc/tech/MifareUltralight.html
It allows you to connect to it, read pages and write pages to it.
MUL
Author: thedesolatesoul
Version: 1
- MifareUltralight
Methods:- Close As Boolean
- Connect As Boolean
- Initialize (in As Intent)
- IsInitialized As Boolean
- ReadPage (PageNum As Int) As Byte[]
- WritePage (PageNum As Int, Data() As Byte)
- android.permission.NFC
- MifareUltralightTester
Methods:- isMifareUltralightIntent (in As Intent) As Boolean