Package org.nfctools.spi.tama.response

Examples of org.nfctools.spi.tama.response.JumpForDepResp


  }

  @Override
  public NFCIPConnection connectAsInitiator() throws IOException {
    byte[] passiveInitiatorData = { 0x00, (byte)0xff, (byte)0xff, 0x00, 0x00 };
    JumpForDepResp jumpForDepResp = sendMessage(new JumpForDepReq(activeInitiator, baudRateInitiator,
        passiveInitiatorData, nfcId, generalBytes));

    return new InitiatorNfcIpConnection(this, jumpForDepResp.getGeneralBytes(), jumpForDepResp.getTargetId());
  }
View Full Code Here

TOP

Related Classes of org.nfctools.spi.tama.response.JumpForDepResp

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.