Android.Nfc.Tech.Ndef Members

The members of Android.Nfc.Tech.Ndef are listed below.

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

Public Fields

const
MifareClassicstring. NDEF on MIFARE Classic
const
NfcForumType1string. NFC Forum Tag Type 1
const
NfcForumType2string. NFC Forum Tag Type 2
const
NfcForumType3string. NFC Forum Tag Type 4
const
NfcForumType4string. NFC Forum Tag Type 4

Public Properties

[read-only]
CachedNdefMessageAndroid.Nfc.NdefMessage. Get the Android.Nfc.NdefMessage that was read from the tag at discovery time.
[read-only]
override
IsConnectedbool. Helper to indicate if I/O operations should be possible.
[read-only]
IsWritablebool. Determine if the tag is writable.
[read-only]
MaxSizeint. Get the maximum NDEF message size in bytes.
[read-only]
NdefMessageAndroid.Nfc.NdefMessage. Read the current Android.Nfc.NdefMessage on this tag.
[read-only]
override
TagAndroid.Nfc.Tag. Get the Android.Nfc.Tag object backing this Android.Nfc.Tech.ITagTechnology object.
[read-only]
Typestring. Get the NDEF tag type.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.