Searched refs:cmdApdu (Results 1 – 1 of 1) sorted by relevance
157 private ResponseApdu send(CommandApdu cmdApdu) throws IOException { in send() argument158 byte[] response = mChannel.transmit(cmdApdu.toBytes()); in send()