This module provides access to Near Field Communication (NFC) functionality, allowing applications to read and write NFC tags. A "tag" may actually be another device that appears as a tag.
View the Using Titanium Modules document for instructions on getting started with using this module in your application.
Use require
to access this module from JavaScript:
var nfc = require("ti.nfc");
The nfc
variable is a reference to the Module object.
See the example applications in the example
folder of the module.
Jeff English
View the change log for this module.
Please direct all questions, feedback, and concerns to info@appcelerator.com.
Copyright(c) 2011-2013 by Appcelerator, Inc. All Rights Reserved. Please see the LICENSE file included in the distribution for further details.