package android.nfc.tech;
public final class NfcV
extends android.nfc.tech.BasicTagTechnology
{
NfcV() { throw new RuntimeException("Stub!"); }
public static android.nfc.tech.NfcV get(android.nfc.Tag tag) { throw new RuntimeException("Stub!"); }
public byte getResponseFlags() { throw new RuntimeException("Stub!"); }
public byte getDsfId() { throw new RuntimeException("Stub!"); }
public byte[] transceive(byte[] data) throws java.io.IOException { throw new RuntimeException("Stub!"); }
public int getMaxTransceiveLength() { throw new RuntimeException("Stub!"); }
}
|