public final class NfcV extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
connect() |
static NfcV |
get(Tag tag) |
byte |
getDsfId() |
int |
getMaxTransceiveLength() |
byte |
getResponseFlags() |
Tag |
getTag() |
boolean |
isConnected() |
byte[] |
transceive(byte[] data) |
public byte getResponseFlags()
public byte getDsfId()
public byte[] transceive(byte[] data)
throws IOException
IOExceptionpublic int getMaxTransceiveLength()
public Tag getTag()
getTag in interface TagTechnologypublic boolean isConnected()
isConnected in interface TagTechnologypublic void connect()
throws IOException
connect in interface TagTechnologyIOExceptionpublic void close()
throws IOException
close in interface TagTechnologyclose in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2008-2013. All Rights Reserved.