Android.Nfc.Tech.Ndef: Method Members

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

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

Public Methods

CanMakeReadOnly() : bool
Indicates whether a tag can be made read-only with Ndef.MakeReadOnly.
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) : Ndef
Get an instance of Android.Nfc.Tech.Ndef for the given tag.
MakeReadOnly() : bool
Make a tag read-only.
MakeReadOnlyAsync() : System.Threading.Tasks.Task<bool>
Documentation for this section has not yet been entered.
WriteNdefMessage(Android.Nfc.NdefMessage)
Overwrite the Android.Nfc.NdefMessage on this tag.
WriteNdefMessageAsync(Android.Nfc.NdefMessage) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.