Package org.nfctools.ndef

Examples of org.nfctools.ndef.NdefOperationsListener


import org.nfctools.ndef.NdefOperationsListener;

public class NdefWriterUltralight extends AbstractDemo {

  private void runDemo() throws IOException {
    NdefOperationsListener ndefListener = new NdefWriter();
    launchDemo(new Type2NfcTagListener(ndefListener), new MfClassicNfcTagListener(ndefListener));
  }
View Full Code Here

TOP

Related Classes of org.nfctools.ndef.NdefOperationsListener

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.