Class P2pDataReceivedEventArgs

    Definition

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

    An extended EventArgs class which contains the changed HCE (Host Card Emulation) event.

    public class P2pDataReceivedEventArgs : EventArgs
    Inheritance
    object
    P2pDataReceivedEventArgs

    Properties

    View Source

    NdefMessage

    The NFC NDEF message.

    Declaration
    public NfcNdefMessage NdefMessage { get; }
    Property Value
    Type Description
    NfcNdefMessage
    View Source

    P2pTarget

    The NFC P2P target.

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

    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