Class NfcTagAdapter
Definition
- Assembly:
 - Tizen.Network.Nfc.dll
 
The class for the NFC tag mode. It allows applications to handle the Tag informations.
public class NfcTagAdapter : IDisposable
  - Inheritance
 - 
      objectNfcTagAdapter
 
- Implements
 - 
      System.IDisposable
 
Methods
View SourceDispose()
Dispose
Declaration
public void Dispose()
  ~NfcTagAdapter()
NfcTagAdapter destructor.
Declaration
protected ~NfcTagAdapter()
  GetConnectedTag()
Gets the current connected tag.
Declaration
public NfcTag GetConnectedTag()
  Returns
| Type | Description | 
|---|---|
| NfcTag | The NfcTag object.  | 
      
Exceptions
| Type | Condition | 
|---|---|
| System.NotSupportedException | Thrown when the NFC is not supported.  | 
      
| System.InvalidOperationException | Thrown when the method fails due to an invalid operation.  | 
      
Events
View SourceTagDiscovered
The event for receiving the tag discovered notification.
Declaration
public event EventHandler<TagDiscoveredEventArgs> TagDiscovered
  Event Type
| Type | Description | 
|---|---|
| System.EventHandler<TEventArgs><TagDiscoveredEventArgs> | 
Implements
      System.IDisposable