Home | History | Annotate | Download | only in apdu

Lines Matching refs:command

30  * String, Message)}. This takes an APDU command as the input and return the response. The status of
48 protected void sendRequestMessage(ApduCommand command, Message msg) {
49 Rlog.v(LOG_TAG, "Send: " + command);
50 mCi.iccTransmitApduLogicalChannel(command.channel, command.cla | command.channel,
51 command.ins, command.p1, command.p2, command.p3, command.cmdHex, msg);