public final class IsoDep extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
connect() |
static IsoDep |
get(Tag tag) |
byte[] |
getHiLayerResponse() |
byte[] |
getHistoricalBytes() |
int |
getMaxTransceiveLength() |
Tag |
getTag() |
int |
getTimeout() |
boolean |
isConnected() |
boolean |
isExtendedLengthApduSupported() |
void |
setTimeout(int timeout) |
byte[] |
transceive(byte[] data) |
public void setTimeout(int timeout)
public int getTimeout()
public byte[] getHistoricalBytes()
public byte[] getHiLayerResponse()
public byte[] transceive(byte[] data)
throws IOException
IOExceptionpublic int getMaxTransceiveLength()
public boolean isExtendedLengthApduSupported()
public Tag getTag()
getTag in interface TagTechnologypublic boolean isConnected()
isConnected in interface TagTechnologypublic void connect()
throws IOException
connect in interface TagTechnologyIOExceptionpublic void close()
throws IOException
close in interface TagTechnologyclose in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2008-2013. All Rights Reserved.