FileDocCategorySizeDatePackage
MifareUltralight.javaAPI DocAndroid 5.1 API1082Sat Mar 14 14:09:42 GMT 2015android.nfc.tech

MifareUltralight

public final class MifareUltralight extends android.nfc.tech.BasicTagTechnology

Fields Summary
public static final int
PAGE_SIZE
public static final int
TYPE_ULTRALIGHT
public static final int
TYPE_ULTRALIGHT_C
public static final int
TYPE_UNKNOWN
Constructors Summary
MifareUltralight()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.nfc.tech.MifareUltralightget(android.nfc.Tag tag)

 throw new RuntimeException("Stub!"); 
public intgetMaxTransceiveLength()

 throw new RuntimeException("Stub!"); 
public intgetTimeout()

 throw new RuntimeException("Stub!"); 
public intgetType()

 throw new RuntimeException("Stub!"); 
public byte[]readPages(int pageOffset)

 throw new RuntimeException("Stub!"); 
public voidsetTimeout(int timeout)

 throw new RuntimeException("Stub!"); 
public byte[]transceive(byte[] data)

 throw new RuntimeException("Stub!"); 
public voidwritePage(int pageOffset, byte[] data)

 throw new RuntimeException("Stub!");