The members of Android.Nfc.Tech.Ndef are listed below.
See Also: Inherited members from Android.Nfc.Tech.BasicTagTechnology
const | MifareClassic | string. NDEF on MIFARE Classic |
const | NfcForumType1 | string. NFC Forum Tag Type 1 |
const | NfcForumType2 | string. NFC Forum Tag Type 2 |
const | NfcForumType3 | string. NFC Forum Tag Type 4 |
const | NfcForumType4 | string. NFC Forum Tag Type 4 |
[read-only] | CachedNdefMessage | Android.Nfc.NdefMessage. Get the Android.Nfc.NdefMessage that was read from the tag at discovery time. |
[read-only] override | IsConnected | bool. Helper to indicate if I/O operations should be possible. |
[read-only] | IsWritable | bool. Determine if the tag is writable. |
[read-only] | MaxSize | int. Get the maximum NDEF message size in bytes. |
[read-only] | NdefMessage | Android.Nfc.NdefMessage. Read the current Android.Nfc.NdefMessage on this tag. |
[read-only] override | Tag | Android.Nfc.Tag. Get the Android.Nfc.Tag object backing this Android.Nfc.Tech.ITagTechnology object. |
[read-only] | Type | string. Get the NDEF tag type. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CanMakeReadOnly()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)Get an instance of Android.Nfc.Tech.Ndef for the given tag. | |
MakeReadOnly()Make a tag read-only. | ||
MakeReadOnlyAsync()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)Documentation for this section has not yet been entered. |