Android.Nfc.Tech.MifareUltralight: Method Members

The methods of Android.Nfc.Tech.MifareUltralight are listed below. For a list of all members, see the MifareUltralight Members list.

See Also: Inherited members from Android.Nfc.Tech.BasicTagTechnology

Public Methods

override
Close()
Disable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object, and release resources.
override
Connect()
Enable I/O operations to the tag from this Android.Nfc.Tech.ITagTechnology object.
static
Get(Android.Nfc.Tag) : MifareUltralight
Get an instance of Android.Nfc.Tech.MifareUltralight for the given tag.
ReadPages(int) : byte[]
Read 4 pages (16 bytes).
ReadPagesAsync(int) : System.Threading.Tasks.Task<Byte[]>
Documentation for this section has not yet been entered.
Transceive(byte[]) : byte[]
Send raw NfcA data to a tag and receive the response.
TransceiveAsync(byte[]) : System.Threading.Tasks.Task<Byte[]>
Documentation for this section has not yet been entered.
WritePage(int, byte[])
Write 1 page (4 bytes).
WritePageAsync(int, byte[]) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.