Class P2pDataReceivedEventArgs

Definition

Namespace:
Tizen.Network.Nfc
Assembly:
Tizen.Network.Nfc.dll
API Level:
3

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

C#
Copy
public class P2pDataReceivedEventArgs : EventArgs
Inheritance
System.Object
P2pDataReceivedEventArgs

Properties

View Source

NdefMessage

The NFC NDEF message.

Declaration
C#
Copy
public NfcNdefMessage NdefMessage { get; }
Property Value
Type Description
NfcNdefMessage
API Level: 3
View Source

P2pTarget

The NFC P2P target.

Declaration
C#
Copy
public NfcP2p P2pTarget { get; }
Property Value
Type Description
NfcP2p
API Level: 3