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.
Type | Reason |
---|---|
BasicTagTechnology | Documentation for this section has not yet been entered. |
IsoDep | Provides 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. |
ITagTechnologyExtensions | Documentation for this section has not yet been entered. |
MifareClassic | Provides access to MIFARE Classic properties and I/O operations on a Android.Nfc.Tag. |
MifareClassicSize | Enumerates values returned by several types. |
MifareClassicType | Enumerates values returned by several types. |
MifareUltralight | Provides access to MIFARE Ultralight properties and I/O operations on a Android.Nfc.Tag. |
MifareUltralightType | Enumerates values returned by several types. |
Ndef | Provides access to NDEF content and operations on a Android.Nfc.Tag. |
NdefFormatable | Provide access to NDEF format operations on a Android.Nfc.Tag. |
NfcA | Provides access to NFC-A (ISO 14443-3A) properties and I/O operations on a Android.Nfc.Tag. |
NfcB | Provides access to NFC-B (ISO 14443-3B) properties and I/O operations on a Android.Nfc.Tag. |
NfcBarcode | Provides access to tags containing just a barcode. |
NfcBarcodeType | Enumerates values returned by several types. |
NfcF | Provides access to NFC-F (JIS 6319-4) properties and I/O operations on a Android.Nfc.Tag. |
NfcV | Provides access to NFC-V (ISO 15693) properties and I/O operations on a Android.Nfc.Tag. |