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 IsoDepgetTag()static voidsetTag(IsoDep nTag)static intgetTimeout()static voidsetTimeout(int time)static booleangetTagIsLost()static Array<byte>transceive(Array<byte> payload)static voidcloseTag()static booleanisTagReady()static intgetMaxTransceiveLength()static voidsetTagIsLost()-
-
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()
-
-
-
-