Class NfcTagAdapter

Definition

Namespace:
Tizen.Network.Nfc
Assembly:
Tizen.Network.Nfc.dll
API Level:
3
Privilege Level:
public
Privilege:
http://tizen.org/privilege/nfc

The class for the NFC tag mode. It allows applications to handle the Tag informations.

C#
Copy
public class NfcTagAdapter : IDisposable
Inheritance
System.Object
NfcTagAdapter
Implements
System.IDisposable

Methods

View Source

Dispose()

Dispose

Declaration
C#
Copy
public void Dispose()
API Level: 3
View Source

Finalize()

NfcTagAdapter destructor.

Declaration
C#
Copy
protected void Finalize()
View Source

GetConnectedTag()

Gets the current connected tag.

Declaration
C#
Copy
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.

API Level: 3
Privilege Level: public
Privilege: http://tizen.org/privilege/nfc

Events

View Source

TagDiscovered

The event for receiving the tag discovered notification.

Declaration
C#
Copy
public event EventHandler<TagDiscoveredEventArgs> TagDiscovered
Event Type
Type Description
System.EventHandler<TagDiscoveredEventArgs>
API Level: 3

Implements

System.IDisposable