FileDocCategorySizeDatePackage
INfcTag.javaAPI DocAndroid 5.1 API19348Sat Mar 14 05:48:04 GMT 2015android.nfc

INfcTag

public interface INfcTag implements android.os.IInterface
hide

Fields Summary
Constructors Summary
Methods Summary
public booleancanMakeReadOnly(int ndefType)

public intclose(int nativeHandle)

public intconnect(int nativeHandle, int technology)

public intformatNdef(int nativeHandle, byte[] key)

public booleangetExtendedLengthApdusSupported()

public intgetMaxTransceiveLength(int technology)

public int[]getTechList(int nativeHandle)

public intgetTimeout(int technology)

public booleanisNdef(int nativeHandle)

public booleanisPresent(int nativeHandle)

public booleanndefIsWritable(int nativeHandle)

public intndefMakeReadOnly(int nativeHandle)

public android.nfc.NdefMessagendefRead(int nativeHandle)

public intndefWrite(int nativeHandle, android.nfc.NdefMessage msg)

public intreconnect(int nativeHandle)

public android.nfc.Tagrediscover(int nativehandle)

public voidresetTimeouts()

public intsetTimeout(int technology, int timeout)

public android.nfc.TransceiveResulttransceive(int nativeHandle, byte[] data, boolean raw)