Class P2pDataReceivedEventArgs
Definition
- Assembly:
 - Tizen.Network.Nfc.dll
 
An extended EventArgs class which contains the changed HCE (Host Card Emulation) event.
public class P2pDataReceivedEventArgs : EventArgs
  - Inheritance
 - 
      objectSystem.EventArgsP2pDataReceivedEventArgs
 
Properties
View SourceNdefMessage
The NFC NDEF message.
Declaration
public NfcNdefMessage NdefMessage { get; }
  Property Value
| Type | Description | 
|---|---|
| NfcNdefMessage | 
P2pTarget
The NFC P2P target.
Declaration
public NfcP2p P2pTarget { get; }
  Property Value
| Type | Description | 
|---|---|
| NfcP2p |