Android.Nfc.Tech.MifareClassic.Get Method
Get an instance of Android.Nfc.Tech.MifareClassic for the given tag.

Syntax

[Android.Runtime.Register("get", "(Landroid/nfc/Tag;)Landroid/nfc/tech/MifareClassic;", "")]
public static MifareClassic Get (Android.Nfc.Tag p0)

Parameters

tag
an MIFARE Classic compatible tag

Returns

Documentation for this section has not yet been entered.

Remarks

Get an instance of Android.Nfc.Tech.MifareClassic for the given tag.

Does not cause any RF activity and does not block.

Returns null if Android.Nfc.Tech.MifareClassic was not enumerated in Android.Nfc.Tag.GetTechList. This indicates the tag is not MIFARE Classic compatible, or this Android device does not support MIFARE Classic.

[Android Documentation]

Requirements

Namespace: Android.Nfc.Tech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 10