Package net.rim.device.api.io.nfc.emulation

Examples of net.rim.device.api.io.nfc.emulation.VirtualNDEFTag


        rec2.setPayload("I am the 2nd payload".getBytes());
        ndefMessage.setRecords(new NDEFRecord[] { rec1, rec2 });

        // Create the VirtualNDEFTag to be emulated
        _ndefVirtualTarget =
                new VirtualNDEFTag(ndefMessage, new VirtualNDEFTagListener(
                        _screen));

        try {
            // Start the emulation
            _ndefVirtualTarget.startEmulation();
View Full Code Here

TOP

Related Classes of net.rim.device.api.io.nfc.emulation.VirtualNDEFTag

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.