FileDocCategorySizeDatePackage
NfcF.javaAPI DocAndroid 5.1 API726Sat Mar 14 14:09:36 GMT 2015android.nfc.tech

NfcF.java

package android.nfc.tech;
public final class NfcF
  extends android.nfc.tech.BasicTagTechnology
{
NfcF() { throw new RuntimeException("Stub!"); }
public static  android.nfc.tech.NfcF get(android.nfc.Tag tag) { throw new RuntimeException("Stub!"); }
public  byte[] getSystemCode() { throw new RuntimeException("Stub!"); }
public  byte[] getManufacturer() { 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  void setTimeout(int timeout) { throw new RuntimeException("Stub!"); }
public  int getTimeout() { throw new RuntimeException("Stub!"); }
}