Lines Matching full:byte
32 public void onHostCardEmulationData(int technology, byte[] data);
65 byte[] getUid();
68 byte[] transceive(byte[] data, boolean raw, int[] returnCode);
71 byte[] readNdef();
72 boolean writeNdef(byte[] data);
74 boolean formatNdef(byte[] key);
104 public byte[] receive();
106 public boolean send(byte[] data);
112 public byte[] transceive(byte[] data);
118 public byte[] getGeneralBytes();
120 public byte getLlcpVersion();
130 public void send(byte[] data) throws IOException;
132 public int receive(byte[] recvBuff) throws IOException;
156 public void send(int sap, byte[] data) throws IOException;
184 public boolean sendRawFrame(byte[] data);
186 public boolean routeAid(byte[] aid, int route);
188 public boolean unrouteAid(byte[] aid);
192 public void registerT3tIdentifier(byte[] t3tIdentifier);
194 public void deregisterT3tIdentifier(byte[] t3tIdentifier);