android.nfc.tech
Class IsoDep
java.lang.Object
android.nfc.tech.IsoDep
- All Implemented Interfaces:
- TagTechnology, Closeable
public final class IsoDep
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public static IsoDep get(Tag tag)
setTimeout
public void setTimeout(int timeout)
getTimeout
public int getTimeout()
getHistoricalBytes
public byte[] getHistoricalBytes()
getHiLayerResponse
public byte[] getHiLayerResponse()
transceive
public byte[] transceive(byte[] data)
throws IOException
- Throws:
IOException
getMaxTransceiveLength
public int getMaxTransceiveLength()
getTag
public Tag getTag()
- Specified by:
getTag
in interface TagTechnology
isConnected
public boolean isConnected()
- Specified by:
isConnected
in interface TagTechnology
connect
public void connect()
throws IOException
- Specified by:
connect
in interface TagTechnology
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface TagTechnology
- Specified by:
close
in interface Closeable
- Throws:
IOException
Copyright © 2008-2012. All Rights Reserved.