Class P2pTargetDiscoveredEventArgs

    Definition

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

    An extended EventArgs class which contains the changed NFC P2P target discovered.

    public class P2pTargetDiscoveredEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    P2pTargetDiscoveredEventArgs

    Properties

    View Source

    P2pTarget

    The P2P object.

    Declaration
    public NfcP2p P2pTarget { get; }
    Property Value
    Type Description
    NfcP2p
    View Source

    Type

    The P2P target type.

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