Class NfcTagAdapter

    Definition

    Namespace:
    Tizen.Network.Nfc
    Assembly:
    Tizen.Network.Nfc.dll

    The class for the NFC tag mode. It allows applications to handle the Tag informations.

    public class NfcTagAdapter : IDisposable
    Inheritance
    object
    NfcTagAdapter

    Methods

    View Source

    Dispose()

    Dispose

    Declaration
    public void Dispose()
    View Source

    ~NfcTagAdapter()

    NfcTagAdapter destructor.

    Declaration
    protected ~NfcTagAdapter()
    View Source

    GetConnectedTag()

    Gets the current connected tag.

    Declaration
    public NfcTag GetConnectedTag()
    Returns
    Type Description
    NfcTag

    The NfcTag object.

    Events

    View Source

    TagDiscovered

    The event for receiving the tag discovered notification.

    Declaration
    public event EventHandler<TagDiscoveredEventArgs> TagDiscovered
    Event Type
    Type Description
    EventHandler<><TagDiscoveredEventArgs>

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX