public final class NfcB extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
connect() |
static NfcB |
get(Tag tag) |
byte[] |
getApplicationData() |
int |
getMaxTransceiveLength() |
byte[] |
getProtocolInfo() |
Tag |
getTag() |
boolean |
isConnected() |
byte[] |
transceive(byte[] data) |
public byte[] getApplicationData()
public byte[] getProtocolInfo()
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.