99100101102103104105
return new InitiatorNfcIpConnection(this, jumpForDepResp.getGeneralBytes(), jumpForDepResp.getTargetId()); } public void releaseTargets() throws IOException { sendMessage(new ReleaseReq(0)); }
90919293949596
} while (in.available() > 0); } @Override public void close() throws IOException { tamaCommunicator.sendMessage(new ReleaseReq(getTargetId())); }