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
    System.EventArgs
    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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX