Package io.anyline.nfc
Class TagProvider
-
- All Implemented Interfaces:
public class TagProvider
-
-
Constructor Summary
Constructors Constructor Description TagProvider()
-
Method Summary
Modifier and Type Method Description static IsoDep
getTag()
static void
setTag(IsoDep nTag)
static int
getTimeout()
static void
setTimeout(int time)
static boolean
getTagIsLost()
static Array<byte>
transceive(Array<byte> payload)
static void
closeTag()
static boolean
isTagReady()
static int
getMaxTransceiveLength()
static void
setTagIsLost()
-
-
Method Detail
-
getTimeout
static int getTimeout()
-
setTimeout
static void setTimeout(int time)
-
getTagIsLost
static boolean getTagIsLost()
-
transceive
static Array<byte> transceive(Array<byte> payload)
-
closeTag
static void closeTag()
-
isTagReady
static boolean isTagReady()
-
getMaxTransceiveLength
static int getMaxTransceiveLength()
-
setTagIsLost
static void setTagIsLost()
-
-
-
-