Android.Nfc.Tech.NdefFormatable: Method Members

The methods of Android.Nfc.Tech.NdefFormatable are listed below. For a list of all members, see the NdefFormatable 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.
Format(Android.Nfc.NdefMessage)
Format a tag as NDEF, and write a Android.Nfc.NdefMessage.
FormatAsync(Android.Nfc.NdefMessage) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
FormatReadOnly(Android.Nfc.NdefMessage)
Formats a tag as NDEF, write a Android.Nfc.NdefMessage, and make read-only.
FormatReadOnlyAsync(Android.Nfc.NdefMessage) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
Get(Android.Nfc.Tag) : NdefFormatable
Get an instance of Android.Nfc.Tech.NdefFormatable for the given tag.