Examples of NfcContext


Examples of org.nfctools.NfcContext

        while (!Thread.interrupted()) {
          try {
            setTimeout(-1);
            InitTamaTargetResp initTamaTargetResp = sendMessage(new InitTamaTargetReq(depOnlyTarget,
                passiveOnlyTarget, mifareParams, felicaParams, nfcId, generalBytes));
            NfcContext nfcContext = new NfcContext();
            nfcContext.setAttribute(NfcContext.KEY_COMMUNICATOR, TamaNfcIpCommunicator.this);

            byte[] generalBytes = initTamaTargetResp.getInitiatorCommand();
            //            if (targetListener != null) {
            //                            targetListener.onTarget(target, nfcContext);
            //            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.