public final class NfcIsoIOChannel extends java.lang.Object implements BasicIOChannel
Constructor and Description |
---|
NfcIsoIOChannel(android.nfc.Tag nfcTag) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
connect() |
byte[] |
getHistoricalBytes() |
byte[] |
getInfo() |
boolean |
isConnected() |
boolean |
isNfcA() |
ResponseAPDU |
transmit(CommandAPDU commandAPDU) |
public boolean isConnected()
isConnected
in interface BasicIOChannel
public void connect() throws java.io.IOException
connect
in interface BasicIOChannel
java.io.IOException
public void close() throws java.io.IOException
close
in interface BasicIOChannel
java.io.IOException
public byte[] getInfo()
getInfo
in interface BasicIOChannel
public ResponseAPDU transmit(CommandAPDU commandAPDU) throws java.io.IOException
transmit
in interface BasicIOChannel
java.io.IOException
public boolean isNfcA()
public byte[] getHistoricalBytes()