Class TagDiscoveredEventArgs

    Definition

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

    An extended EventArgs class which contains the changed NFC tag discovered.

    public class TagDiscoveredEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    TagDiscoveredEventArgs

    Properties

    View Source

    Tag

    The tag object.

    Declaration
    public NfcTag Tag { get; }
    Property Value
    Type Description
    NfcTag
    View Source

    Type

    The tag type.

    Declaration
    public NfcDiscoveredType Type { get; }
    Property Value
    Type Description
    NfcDiscoveredType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX