public void runTarget() {
try {
nfcDevice.open();
ByteArrayReader reader = new ByteArrayInputStreamReader(
((InputOutputToken)nfcDevice.getConnectionToken()).getInputStream());
ByteArrayWriter writer = new ArygonLowLevelWriter(new ByteArrayOutputStreamWriter(
((InputOutputToken)nfcDevice.getConnectionToken()).getOutputStream()));
byte[] nfcId3t = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
TamaNfcIpCommunicator nfcipManager = new TamaNfcIpCommunicator(reader, writer);