Class NfcP2pAdapter
Definition
- Assembly:
- Tizen.Network.Nfc.dll
The class for the NFC P2P (Peer-to-Peer) mode. It allows applications to handle P2P informations.
C#
Copy
public class NfcP2pAdapter : IDisposable
- Inheritance
-
objectNfc
P2p Adapter
- Implements
-
System.
IDisposable
Methods
Declaration
C#
Copy
public void Dispose()
Declaration
C#
Copy
protected ~NfcP2pAdapter()
Declaration
C#
Copy
public NfcP2p GetConnectedTarget()
Returns
Type | Description |
---|---|
Nfc |
The NfcP2p object. |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the NFC is not supported. |
System. |
Thrown when the method fails due to an invalid operation. |
Events
View Source
P2pTargetDiscovered
The event for receiving the NFC peer-to-peer target discovered notification.
Declaration
C#
Copy
public event EventHandler<P2pTargetDiscoveredEventArgs> P2pTargetDiscovered
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><P2p |
Implements
System.IDisposable