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

Syntax

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

Parameters

tag
an MIFARE Ultralight compatible tag

Returns

Documentation for this section has not yet been entered.

Remarks

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

Returns null if Android.Nfc.Tech.MifareUltralight was not enumerated in Android.Nfc.Tag.GetTechList - this indicates the tag is not MIFARE Ultralight compatible, or that this Android device does not implement MIFARE Ultralight.

Does not cause any RF activity and does not block.

[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