Android.Nfc.Tech Namespace

These classes provide access to a tag technology's features, which vary by the type of tag that is scanned.

Remarks

These classes provide access to a tag technology's features, which vary by the type of tag that is scanned. A scanned tag can support multiple technologies, and you can find out what they are by calling Android.Nfc.Tag.GetTechList.

For more information on dealing with tag technologies and handling the ones that you care about, see The Tag Dispatch System. The Android.Nfc.Tech.ITagTechnology interface provides an overview of the supported technologies.

Classes

TypeReason
BasicTagTechnologyDocumentation for this section has not yet been entered.
IsoDepProvides access to ISO-DEP (ISO 14443-4) properties and I/O operations on a Android.Nfc.Tag.
ITagTechnology Android.Nfc.Tech.ITagTechnology is an interface to a technology in a Android.Nfc.Tag.
ITagTechnologyExtensionsDocumentation for this section has not yet been entered.
MifareClassicProvides access to MIFARE Classic properties and I/O operations on a Android.Nfc.Tag.
MifareClassicSizeEnumerates values returned by several types.
MifareClassicTypeEnumerates values returned by several types.
MifareUltralightProvides access to MIFARE Ultralight properties and I/O operations on a Android.Nfc.Tag.
MifareUltralightTypeEnumerates values returned by several types.
NdefProvides access to NDEF content and operations on a Android.Nfc.Tag.
NdefFormatableProvide access to NDEF format operations on a Android.Nfc.Tag.
NfcAProvides access to NFC-A (ISO 14443-3A) properties and I/O operations on a Android.Nfc.Tag.
NfcBProvides access to NFC-B (ISO 14443-3B) properties and I/O operations on a Android.Nfc.Tag.
NfcBarcodeProvides access to tags containing just a barcode.
NfcBarcodeTypeEnumerates values returned by several types.
NfcFProvides access to NFC-F (JIS 6319-4) properties and I/O operations on a Android.Nfc.Tag.
NfcVProvides access to NFC-V (ISO 15693) properties and I/O operations on a Android.Nfc.Tag.