NdefReader Class

This API is preliminary and subject to change.
Class to read NDEF formatted NFC tags.

Definition

Namespace: InTheHand.Nfc
Assembly: InTheHand.Nfc (in InTheHand.Nfc.dll) Version: 1.0.1+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class NdefReader : IDisposable
Inheritance
Object    NdefReader
Implements
IDisposable

Remarks

See https://w3c.github.io/web-nfc/ for more details.

Constructors

NdefReaderInitializes a new instance of the NdefReader class

Methods

DisposeReleases all resources used by the NdefReader
Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ScanAsync 
ToString
(Inherited from Object)

Events

See Also