android.nfc.tech
Interface TagTechnology

All Superinterfaces:
Closeable
All Known Implementing Classes:
IsoDep, MifareClassic, MifareUltralight, Ndef, NdefFormatable, NfcA, NfcB, NfcF, NfcV

public interface TagTechnology
extends Closeable


Method Summary
 void close()
           
 void connect()
           
 Tag getTag()
           
 boolean isConnected()
           
 

Method Detail

getTag

Tag getTag()

connect

void connect()
             throws IOException
Throws:
IOException

close

void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException

isConnected

boolean isConnected()


Copyright © 2008-2012. All Rights Reserved.