All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.nfc.tech.NfcB Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.nfc.tech;
public final class NfcB
  extends android.nfc.tech.BasicTagTechnology
{
NfcB() { throw new RuntimeException("Stub!"); }
public static  android.nfc.tech.NfcB get(android.nfc.Tag tag) { throw new RuntimeException("Stub!"); }
public  byte[] getApplicationData() { throw new RuntimeException("Stub!"); }
public  byte[] getProtocolInfo() { throw new RuntimeException("Stub!"); }
public  byte[] transceive(byte[] data) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public  int getMaxTransceiveLength() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy