Info
Version: | 4.1.0 |
Author(s): | Andreas Jakl |
Last Update: | Wednesday, August 16, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://andijakl.github.io/ndef-nfc/ |
NuGet Url: | https://www.nuget.org/packages/NdefLibrary |
Install
Install-Package NdefLibrary
dotnet add package NdefLibrary
paket add NdefLibrary
NdefLibrary Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
While the Proximity APIs include basic support for URIs, they lack support for more in-depth control over the NDEF records, as well as additional standardized record types.
This NDEF Library provides a set of classes that enable you to easily work with NDEF records on top of the Windows Proximity APIs, for use with Windows or any other platform where you can develop with C#.
Further NDEF record classes that extend this library with platform integration are available in the NdefLibraryExtension NuGet package (e.g., to use business cards, iCalendar data or images).