FileDocCategorySizeDatePackage
IsoDep.javaAPI DocAndroid 5.1 API829Sat Mar 14 14:09:32 GMT 2015android.nfc.tech

IsoDep.java

package android.nfc.tech;
public final class IsoDep
  extends android.nfc.tech.BasicTagTechnology
{
IsoDep() { throw new RuntimeException("Stub!"); }
public static  android.nfc.tech.IsoDep get(android.nfc.Tag tag) { throw new RuntimeException("Stub!"); }
public  void setTimeout(int timeout) { throw new RuntimeException("Stub!"); }
public  int getTimeout() { throw new RuntimeException("Stub!"); }
public  byte[] getHistoricalBytes() { throw new RuntimeException("Stub!"); }
public  byte[] getHiLayerResponse() { throw new RuntimeException("Stub!"); }
public  byte[] transceive(byte[] data) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  int getMaxTransceiveLength() { throw new RuntimeException("Stub!"); }
public  boolean isExtendedLengthApduSupported() { throw new RuntimeException("Stub!"); }
}