ti.nfc Module

Description

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.

Getting Started

View the Using Titanium Modules document for instructions on getting started with using this module in your application.

Accessing the Module

Use require to access this module from JavaScript:

var nfc = require("ti.nfc");

The nfc variable is a reference to the Module object.

Usage

See the example applications in the example folder of the module.

Documentation

Author

Jeff English

Module History

View the change log for this module.

Feedback and Support

Please direct all questions, feedback, and concerns to info@appcelerator.com.

License

Copyright(c) 2011-2013 by Appcelerator, Inc. All Rights Reserved. Please see the LICENSE file included in the distribution for further details.