Methods Summary |
---|
public static android.nfc.tech.MifareUltralight | get(android.nfc.Tag tag) throw new RuntimeException("Stub!");
|
public int | getMaxTransceiveLength() throw new RuntimeException("Stub!");
|
public int | getTimeout() throw new RuntimeException("Stub!");
|
public int | getType() throw new RuntimeException("Stub!");
|
public byte[] | readPages(int pageOffset) throw new RuntimeException("Stub!");
|
public void | setTimeout(int timeout) throw new RuntimeException("Stub!");
|
public byte[] | transceive(byte[] data) throw new RuntimeException("Stub!");
|
public void | writePage(int pageOffset, byte[] data) throw new RuntimeException("Stub!");
|