NfcB.Get(Tag) Method

Definition

Get an instance of NfcB for the given tag.

[Android.Runtime.Register("get", "(Landroid/nfc/Tag;)Landroid/nfc/tech/NfcB;", "")]
public static Android.Nfc.Tech.NfcB? Get (Android.Nfc.Tag? tag);
[<Android.Runtime.Register("get", "(Landroid/nfc/Tag;)Landroid/nfc/tech/NfcB;", "")>]
static member Get : Android.Nfc.Tag -> Android.Nfc.Tech.NfcB

Parameters

tag
Tag

an NFC-B compatible tag

Returns

NfcB

NFC-B object

Attributes

Remarks

Java documentation for android.nfc.tech.NfcB.get(android.nfc.Tag).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to