Methods Summary |
---|
public boolean | canMakeReadOnly(int ndefType)
|
public int | close(int nativeHandle)
|
public int | connect(int nativeHandle, int technology)
|
public int | formatNdef(int nativeHandle, byte[] key)
|
public boolean | getExtendedLengthApdusSupported()
|
public int | getMaxTransceiveLength(int technology)
|
public int[] | getTechList(int nativeHandle)
|
public int | getTimeout(int technology)
|
public boolean | isNdef(int nativeHandle)
|
public boolean | isPresent(int nativeHandle)
|
public boolean | ndefIsWritable(int nativeHandle)
|
public int | ndefMakeReadOnly(int nativeHandle)
|
public android.nfc.NdefMessage | ndefRead(int nativeHandle)
|
public int | ndefWrite(int nativeHandle, android.nfc.NdefMessage msg)
|
public int | reconnect(int nativeHandle)
|
public android.nfc.Tag | rediscover(int nativehandle)
|
public void | resetTimeouts()
|
public int | setTimeout(int technology, int timeout)
|
public android.nfc.TransceiveResult | transceive(int nativeHandle, byte[] data, boolean raw)
|