Searched defs:transmit (Results 1 – 6 of 6) sorted by relevance
154 public ResponseApdu transmit(@NonNull FiRaCommand fiRaCommand) throws IOException { in transmit() method in SecureElementChannel162 public ResponseApdu transmit(@NonNull CommandApdu command) throws IOException { in transmit() method in SecureElementChannel
84 public ResponseApdu transmit(CommandApdu command) throws IOException { in transmit() method in OmapiConnectionImpl97 private byte[] transmit(byte[] command) throws IOException { in transmit() method in OmapiConnectionImpl
39 ResponseApdu transmit(CommandApdu command) throws IOException; in transmit() method
115 public byte[] transmit(byte[] command) throws IOException { in transmit() method in Channel315 public byte[] transmit(byte[] command) throws RemoteException { in transmit() method in Channel.SecureElementChannel
783 public byte[] transmit(byte[] cmd) throws IOException { in transmit() method in Terminal
72 TEST_F(BasicModeDataControllerTest, transmit) { in TEST_F() argument